#496650
A dark, muted green closely aligning with Darkslategray.
About #496650
Visually, #496650 is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(73, 102, 80).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 28% C, 0% M, 22% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#496650
RGB73, 102, 80
HSL134.5°, 16.6%, 34.3%
CMYK28%, 0%, 22%, 60%
HSV134.5°, 28.4%, 40.0%
LAB40.4, -15.7, 9.1
XYZ8.9, 11.5, 9.3
Decimal4810320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.36:1
Text on #FFFFFF
AA
3.30:1
Text on #000000
AA Large
6.08:1
Text on #F8FAFC
AA
2.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #496650;
}
.text-color {
color: #496650;
}
.border-color {
border: 2px solid #496650;
}