#5E7952
A dark, muted green closely aligning with Darkolivegreen.
About #5E7952
Visually, #5E7952 is defined as a muted green. It is closely associated with the named CSS color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 94, 121, and 82.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 22% Cyan, 0% Magenta, 32% Yellow, and 53% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5E7952
RGB94, 121, 82
HSL101.5°, 19.2%, 39.8%
CMYK22%, 0%, 32%, 53%
HSV101.5°, 32.2%, 47.5%
LAB47.8, -17.7, 18.3
XYZ13.0, 16.7, 10.5
Decimal6191442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.85:1
Text on #FFFFFF
AA
4.33:1
Text on #000000
AA Large
4.63:1
Text on #F8FAFC
AA
3.68:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5E7952;
}
.text-color {
color: #5E7952;
}
.border-color {
border: 2px solid #5E7952;
}