#497C2C
A dark, moderate green closely aligning with Olivedrab.
About #497C2C
Visually, #497C2C is defined as a moderate green. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 73 red, 124 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. The color uses 41% Cyan, 0% Magenta, 65% Yellow, and 51% Black. The HSL representation is 98.3° hue, 47.6% saturation, and 32.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#497C2C
RGB73, 124, 44
HSL98.3°, 47.6%, 32.9%
CMYK41%, 0%, 65%, 51%
HSV98.3°, 64.5%, 48.6%
LAB47.0, -32.3, 37.3
XYZ10.4, 16.0, 4.9
Decimal4815916
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.00:1
Text on #FFFFFF
AA
4.20:1
Text on #000000
AA Large
4.78:1
Text on #F8FAFC
AA
3.57:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #497C2C;
}
.text-color {
color: #497C2C;
}
.border-color {
border: 2px solid #497C2C;
}