#499249
A medium, moderate green closely aligning with Seagreen.
About #499249
The precise color #499249 is an excellent choice for modern design projects. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 146, and 73.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 50% Cyan, 0% Magenta, 50% Yellow, and 43% Black. The HSL representation is 120.0° hue, 33.3% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#499249
RGB73, 146, 73
HSL120.0°, 33.3%, 42.9%
CMYK50%, 0%, 50%, 43%
HSV120.0°, 50.0%, 57.3%
LAB54.5, -38.4, 31.7
XYZ14.2, 22.5, 9.9
Decimal4821577
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.49:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #499249;
}
.text-color {
color: #499249;
}
.border-color {
border: 2px solid #499249;
}