#497549
A dark, muted green closely aligning with Darkolivegreen.
About #497549
The precise color #497549 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 117, and 73.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 38% C, 0% M, 38% Y, and 54% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#497549
RGB73, 117, 73
HSL120.0°, 23.2%, 37.3%
CMYK38%, 0%, 38%, 54%
HSV120.0°, 37.6%, 45.9%
LAB45.1, -24.9, 19.6
XYZ10.3, 14.6, 8.6
Decimal4814153
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.35:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.11:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #497549;
}
.text-color {
color: #497549;
}
.border-color {
border: 2px solid #497549;
}