#49755F
A dark, muted green closely aligning with Teal.
About #49755F
When working with digital screens, the color #49755F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Teal. This translates to an RGB value of rgb(73, 117, 95).
If you are designing for print, the four-color process is what matters most. The color uses 38% Cyan, 0% Magenta, 19% Yellow, and 54% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49755F
RGB73, 117, 95
HSL150.0°, 23.2%, 37.3%
CMYK38%, 0%, 19%, 54%
HSV150.0°, 37.6%, 45.9%
LAB45.6, -20.5, 7.4
XYZ11.2, 15.0, 13.1
Decimal4814175
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #49755F;
}
.text-color {
color: #49755F;
}
.border-color {
border: 2px solid #49755F;
}