#496D3A
A dark, moderate green closely aligning with Darkolivegreen.
About #496D3A
When working with digital screens, the color #496D3A is rendered by mixing light. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(73, 109, 58).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 33% cyan, 0% magenta, 47% yellow, and 57% black. With a hue angle of 102.4 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#496D3A
RGB73, 109, 58
HSL102.4°, 30.5%, 32.7%
CMYK33%, 0%, 47%, 57%
HSV102.4°, 46.8%, 42.7%
LAB42.2, -23.3, 24.4
XYZ9.0, 12.7, 6.0
Decimal4812090
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.95:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.68:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #496D3A;
}
.text-color {
color: #496D3A;
}
.border-color {
border: 2px solid #496D3A;
}