#495F50
A dark, muted green closely aligning with Darkslategray.
About #495F50
The hex code #495F50 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 73 red, 95 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 23% cyan, 0% magenta, 16% yellow, and 63% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#495F50
RGB73, 95, 80
HSL139.1°, 13.1%, 32.9%
CMYK23%, 0%, 16%, 63%
HSV139.1°, 23.2%, 37.3%
LAB38.2, -11.7, 5.9
XYZ8.3, 10.2, 9.1
Decimal4808528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.92:1
Text on #FFFFFF
AA
3.04:1
Text on #000000
AA Large
6.61:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #495F50;
}
.text-color {
color: #495F50;
}
.border-color {
border: 2px solid #495F50;
}