Shades of Chateau Green #499863
Tints of Chateau Green #499863
RGB
CMYK
RGB Variations
Color information
#499863 (or 0x499863) is known color: Chateau Green. HEX triplet: 49, 98 and 63. RGB value is (73,152,99). Sum of RGB (Red+Green+Blue) = 73+152+99=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #499863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499863 is #B6679C. Grayscale: #7A7A7A. Windows color (decimal): -11954077 or 6527049. OLE color: 6527049.
HSL color Cylindrical-coordinate representation of color #499863: hue angle of 139.75º 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 #499863 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 99 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.40 |
| HSL | 139.75º | 0.35% | 0.44% | - |
| HSV(B) | 139.75º | 0.52% | 0.6% | - |
| XYZ | 16.23 | 24.77 | 15.73 | - |
| YUV | 122.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 99 | 0.52 | 0 | 0.35 | 0.40 | 139.75 | 0.35 | 0.44 |
| Hex | 49 | 98 | 63 | 34 | 0 | 23 | 28 | 8C | 23 | 2C |
| Octal | 111 | 230 | 143 | 64 | 0 | 43 | 50 | 214 | 43 | 54 |
| Binary | 1001001 | 10011000 | 1100011 | 110100 | 0 | 100011 | 101000 | 10001100 | 100011 | 101100 |
Color Harmonies of #499863
Complementary color
Monochromatic Colors of #499863
Black with #499863
Text Example
Text Example
White with #499863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499863; }
p { color: rgb(73,152,99); }
H1.HeaderClassName
{
color: #499863;
}
.AnyTagClassName
{
color: #499863;
}
</style>
background-color css
<style>
a { background-color: #499863; }
a { background-color: rgb(73,152,99); }
div.DivClassName
{
background-color: #499863;
}
.BgClassName
{
background-color: #499863;
}
</style>
border-color css
<style>
span { border-color: #499863; }
span { border-color: rgb(73,152,99); }
td.TdClassName
{
border-color: #499863;
}
.TagClassName
{
border-color: #499863;
}
</style>