Shades of Chateau Green #499E58
Tints of Chateau Green #499E58
RGB
CMYK
RGB Variations
Color information
#499E58 (or 0x499E58) is known color: Chateau Green. HEX triplet: 49, 9E and 58. RGB value is (73,158,88). Sum of RGB (Red+Green+Blue) = 73+158+88=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #499E58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499E58 is #B661A7. Grayscale: #7C7C7C. Windows color (decimal): -11952552 or 5807689. OLE color: 5807689.
HSL color Cylindrical-coordinate representation of color #499E58: hue angle of 130.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499E58 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 158 | 88 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.38 |
| HSL | 130.59º | 0.37% | 0.45% | - |
| HSV(B) | 130.59º | 0.54% | 0.62% | - |
| XYZ | 16.74 | 26.57 | 13.48 | - |
| YUV | 124.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 88 | 0.54 | 0 | 0.44 | 0.38 | 130.59 | 0.37 | 0.45 |
| Hex | 49 | 9E | 58 | 36 | 0 | 2C | 26 | 83 | 25 | 2D |
| Octal | 111 | 236 | 130 | 66 | 0 | 54 | 46 | 203 | 45 | 55 |
| Binary | 1001001 | 10011110 | 1011000 | 110110 | 0 | 101100 | 100110 | 10000011 | 100101 | 101101 |
Color Harmonies of #499E58
Complementary color
Monochromatic Colors of #499E58
Black with #499E58
Text Example
Text Example
White with #499E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499E58; }
p { color: rgb(73,158,88); }
H1.HeaderClassName
{
color: #499E58;
}
.AnyTagClassName
{
color: #499E58;
}
</style>
background-color css
<style>
a { background-color: #499E58; }
a { background-color: rgb(73,158,88); }
div.DivClassName
{
background-color: #499E58;
}
.BgClassName
{
background-color: #499E58;
}
</style>
border-color css
<style>
span { border-color: #499E58; }
span { border-color: rgb(73,158,88); }
td.TdClassName
{
border-color: #499E58;
}
.TagClassName
{
border-color: #499E58;
}
</style>