#499950
A medium, moderate green closely aligning with Seagreen.
About #499950
The hex code #499950 represents a beautifully specific shade of green. Its closest recognized web color is Seagreen. This translates to an RGB value of rgb(73, 153, 80).
For print applications, it's crucial to understand its CMYK makeup. The color uses 52% Cyan, 0% Magenta, 48% Yellow, and 40% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#499950
RGB73, 153, 80
HSL125.2°, 35.4%, 44.3%
CMYK52%, 0%, 48%, 40%
HSV125.2°, 52.3%, 60.0%
LAB56.9, -40.4, 30.9
XYZ15.6, 24.8, 11.6
Decimal4823376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.53:1
Text on #FFFFFF
AA Large
5.96:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #499950;
}
.text-color {
color: #499950;
}
.border-color {
border: 2px solid #499950;
}