#498366
A medium, muted green closely aligning with Seagreen.
About #498366
When working with digital screens, the color #498366 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(73, 131, 102).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 44% C, 0% M, 22% Y, and 49% K. The HSL representation is 150.0° hue, 28.4% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#498366
RGB73, 131, 102
HSL150.0°, 28.4%, 40.0%
CMYK44%, 0%, 22%, 49%
HSV150.0°, 44.3%, 51.4%
LAB50.2, -26.1, 9.8
XYZ13.3, 18.6, 15.5
Decimal4817766
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #498366;
}
.text-color {
color: #498366;
}
.border-color {
border: 2px solid #498366;
}