#5F8349
A medium, muted green closely aligning with Darkolivegreen.
About #5F8349
At its core, #5F8349 is a medium and muted hue. It is closely associated with the named CSS color Darkolivegreen. In the RGB color space, it consists of 95 red, 131 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 27% C, 0% M, 44% Y, and 49% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F8349
RGB95, 131, 73
HSL97.2°, 28.4%, 40.0%
CMYK27%, 0%, 44%, 49%
HSV97.2°, 44.3%, 51.4%
LAB50.9, -23.9, 27.3
XYZ14.0, 19.1, 9.3
Decimal6259529
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F8349;
}
.text-color {
color: #5F8349;
}
.border-color {
border: 2px solid #5F8349;
}