Shades of Chateau Green #499762
Tints of Chateau Green #499762
RGB
CMYK
RGB Variations
Color information
#499762 (or 0x499762) is known color: Chateau Green. HEX triplet: 49, 97 and 62. RGB value is (73,151,98). Sum of RGB (Red+Green+Blue) = 73+151+98=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #499762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499762 is #B6689D. Grayscale: #797979. Windows color (decimal): -11954334 or 6461257. OLE color: 6461257.
HSL color Cylindrical-coordinate representation of color #499762: hue angle of 139.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499762 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 98 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.41 |
| HSL | 139.23º | 0.35% | 0.44% | - |
| HSV(B) | 139.23º | 0.52% | 0.59% | - |
| XYZ | 16.02 | 24.43 | 15.43 | - |
| YUV | 121.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 98 | 0.52 | 0 | 0.35 | 0.41 | 139.23 | 0.35 | 0.44 |
| Hex | 49 | 97 | 62 | 34 | 0 | 23 | 29 | 8B | 23 | 2C |
| Octal | 111 | 227 | 142 | 64 | 0 | 43 | 51 | 213 | 43 | 54 |
| Binary | 1001001 | 10010111 | 1100010 | 110100 | 0 | 100011 | 101001 | 10001011 | 100011 | 101100 |
Color Harmonies of #499762
Complementary color
Monochromatic Colors of #499762
Black with #499762
Text Example
Text Example
White with #499762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499762; }
p { color: rgb(73,151,98); }
H1.HeaderClassName
{
color: #499762;
}
.AnyTagClassName
{
color: #499762;
}
</style>
background-color css
<style>
a { background-color: #499762; }
a { background-color: rgb(73,151,98); }
div.DivClassName
{
background-color: #499762;
}
.BgClassName
{
background-color: #499762;
}
</style>
border-color css
<style>
span { border-color: #499762; }
span { border-color: rgb(73,151,98); }
td.TdClassName
{
border-color: #499762;
}
.TagClassName
{
border-color: #499762;
}
</style>