Shades of Chateau Green #499867
Tints of Chateau Green #499867
RGB
CMYK
RGB Variations
Color information
#499867 (or 0x499867) is known color: Chateau Green. HEX triplet: 49, 98 and 67. RGB value is (73,152,103). Sum of RGB (Red+Green+Blue) = 73+152+103=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #499867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499867 is #B66798. Grayscale: #7A7A7A. Windows color (decimal): -11954073 or 6789193. OLE color: 6789193.
HSL color Cylindrical-coordinate representation of color #499867: hue angle of 142.78º 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 #499867 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 103 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.40 |
| HSL | 142.78º | 0.35% | 0.44% | - |
| HSV(B) | 142.78º | 0.52% | 0.6% | - |
| XYZ | 16.42 | 24.85 | 16.76 | - |
| YUV | 122.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 103 | 0.52 | 0 | 0.32 | 0.40 | 142.78 | 0.35 | 0.44 |
| Hex | 49 | 98 | 67 | 34 | 0 | 20 | 28 | 8F | 23 | 2C |
| Octal | 111 | 230 | 147 | 64 | 0 | 40 | 50 | 217 | 43 | 54 |
| Binary | 1001001 | 10011000 | 1100111 | 110100 | 0 | 100000 | 101000 | 10001111 | 100011 | 101100 |
Color Harmonies of #499867
Complementary color
Monochromatic Colors of #499867
Black with #499867
Text Example
Text Example
White with #499867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499867; }
p { color: rgb(73,152,103); }
H1.HeaderClassName
{
color: #499867;
}
.AnyTagClassName
{
color: #499867;
}
</style>
background-color css
<style>
a { background-color: #499867; }
a { background-color: rgb(73,152,103); }
div.DivClassName
{
background-color: #499867;
}
.BgClassName
{
background-color: #499867;
}
</style>
border-color css
<style>
span { border-color: #499867; }
span { border-color: rgb(73,152,103); }
td.TdClassName
{
border-color: #499867;
}
.TagClassName
{
border-color: #499867;
}
</style>