#498349
A medium, muted green closely aligning with Seagreen.
About #498349
At its core, #498349 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 131, and 73.
For print applications, it's crucial to understand its CMYK makeup. The color uses 44% Cyan, 0% Magenta, 44% Yellow, and 49% Black. The HSL representation is 120.0° hue, 28.4% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#498349
RGB73, 131, 73
HSL120.0°, 28.4%, 40.0%
CMYK44%, 0%, 44%, 49%
HSV120.0°, 44.3%, 51.4%
LAB49.7, -31.7, 25.5
XYZ12.1, 18.1, 9.2
Decimal4817737
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #498349;
}
.text-color {
color: #498349;
}
.border-color {
border: 2px solid #498349;
}