#495F3A
A dark, muted green closely aligning with Darkolivegreen.
About #495F3A
When working with digital screens, the color #495F3A is rendered by mixing light. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(73, 95, 58).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 23% C, 0% M, 39% Y, and 63% K. The HSL representation is 95.7° hue, 24.2% saturation, and 30.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#495F3A
RGB73, 95, 58
HSL95.7°, 24.2%, 30.0%
CMYK23%, 0%, 39%, 63%
HSV95.7°, 38.9%, 37.3%
LAB37.7, -15.9, 18.5
XYZ7.6, 9.9, 5.5
Decimal4808506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.04:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.73:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #495F3A;
}
.text-color {
color: #495F3A;
}
.border-color {
border: 2px solid #495F3A;
}