#49836D
A medium, muted green closely aligning with Teal.
About #49836D
At its core, #49836D is a medium and muted hue. If you're using CSS, you might find it aligns closely with Teal. Its digital footprint relies on 73 parts red, 131 parts green, and 109 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 44% cyan and 0% magenta inks. With a hue angle of 157.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49836D
RGB73, 131, 109
HSL157.2°, 28.4%, 40.0%
CMYK44%, 0%, 17%, 49%
HSV157.2°, 44.3%, 51.4%
LAB50.4, -24.5, 6.0
XYZ13.6, 18.8, 17.4
Decimal4817773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.75:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #49836D;
}
.text-color {
color: #49836D;
}
.border-color {
border: 2px solid #49836D;
}