Shades of Chateau Green #499763
Tints of Chateau Green #499763
RGB
CMYK
RGB Variations
Color information
#499763 (or 0x499763) is known color: Chateau Green. HEX triplet: 49, 97 and 63. RGB value is (73,151,99). Sum of RGB (Red+Green+Blue) = 73+151+99=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #499763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499763 is #B6689C. Grayscale: #797979. Windows color (decimal): -11954333 or 6526793. OLE color: 6526793.
HSL color Cylindrical-coordinate representation of color #499763: hue angle of 140º 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 #499763 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 99 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.41 |
| HSL | 140º | 0.35% | 0.44% | - |
| HSV(B) | 140º | 0.52% | 0.59% | - |
| XYZ | 16.07 | 24.45 | 15.68 | - |
| YUV | 121.75 | 115.16 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 99 | 0.52 | 0 | 0.34 | 0.41 | 140 | 0.35 | 0.44 |
| Hex | 49 | 97 | 63 | 34 | 0 | 22 | 29 | 8C | 23 | 2C |
| Octal | 111 | 227 | 143 | 64 | 0 | 42 | 51 | 214 | 43 | 54 |
| Binary | 1001001 | 10010111 | 1100011 | 110100 | 0 | 100010 | 101001 | 10001100 | 100011 | 101100 |
Color Harmonies of #499763
Complementary color
Monochromatic Colors of #499763
Black with #499763
Text Example
Text Example
White with #499763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499763; }
p { color: rgb(73,151,99); }
H1.HeaderClassName
{
color: #499763;
}
.AnyTagClassName
{
color: #499763;
}
</style>
background-color css
<style>
a { background-color: #499763; }
a { background-color: rgb(73,151,99); }
div.DivClassName
{
background-color: #499763;
}
.BgClassName
{
background-color: #499763;
}
</style>
border-color css
<style>
span { border-color: #499763; }
span { border-color: rgb(73,151,99); }
td.TdClassName
{
border-color: #499763;
}
.TagClassName
{
border-color: #499763;
}
</style>