Shades of Chateau Green #499862
Tints of Chateau Green #499862
RGB
CMYK
RGB Variations
Color information
#499862 (or 0x499862) is known color: Chateau Green. HEX triplet: 49, 98 and 62. RGB value is (73,152,98). Sum of RGB (Red+Green+Blue) = 73+152+98=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #499862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499862 is #B6679D. Grayscale: #7A7A7A. Windows color (decimal): -11954078 or 6461513. OLE color: 6461513.
HSL color Cylindrical-coordinate representation of color #499862: hue angle of 138.99º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499862 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 98 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.40 |
| HSL | 138.99º | 0.35% | 0.44% | - |
| HSV(B) | 138.99º | 0.52% | 0.6% | - |
| XYZ | 16.18 | 24.75 | 15.48 | - |
| YUV | 122.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 98 | 0.52 | 0 | 0.36 | 0.40 | 138.99 | 0.35 | 0.44 |
| Hex | 49 | 98 | 62 | 34 | 0 | 24 | 28 | 8B | 23 | 2C |
| Octal | 111 | 230 | 142 | 64 | 0 | 44 | 50 | 213 | 43 | 54 |
| Binary | 1001001 | 10011000 | 1100010 | 110100 | 0 | 100100 | 101000 | 10001011 | 100011 | 101100 |
Color Harmonies of #499862
Complementary color
Monochromatic Colors of #499862
Black with #499862
Text Example
Text Example
White with #499862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499862; }
p { color: rgb(73,152,98); }
H1.HeaderClassName
{
color: #499862;
}
.AnyTagClassName
{
color: #499862;
}
</style>
background-color css
<style>
a { background-color: #499862; }
a { background-color: rgb(73,152,98); }
div.DivClassName
{
background-color: #499862;
}
.BgClassName
{
background-color: #499862;
}
</style>
border-color css
<style>
span { border-color: #499862; }
span { border-color: rgb(73,152,98); }
td.TdClassName
{
border-color: #499862;
}
.TagClassName
{
border-color: #499862;
}
</style>