Shades of Chateau Green #499358
Tints of Chateau Green #499358
RGB
CMYK
RGB Variations
Color information
#499358 (or 0x499358) is known color: Chateau Green. HEX triplet: 49, 93 and 58. RGB value is (73,147,88). Sum of RGB (Red+Green+Blue) = 73+147+88=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #499358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499358 is #B66CA7. Grayscale: #767676. Windows color (decimal): -11955368 or 5804873. OLE color: 5804873.
HSL color Cylindrical-coordinate representation of color #499358: hue angle of 132.16º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499358 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 88 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.42 |
| HSL | 132.16º | 0.34% | 0.43% | - |
| HSV(B) | 132.16º | 0.5% | 0.58% | - |
| XYZ | 14.94 | 22.99 | 12.88 | - |
| YUV | 118.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 88 | 0.50 | 0 | 0.40 | 0.42 | 132.16 | 0.34 | 0.43 |
| Hex | 49 | 93 | 58 | 32 | 0 | 28 | 2A | 84 | 22 | 2B |
| Octal | 111 | 223 | 130 | 62 | 0 | 50 | 52 | 204 | 42 | 53 |
| Binary | 1001001 | 10010011 | 1011000 | 110010 | 0 | 101000 | 101010 | 10000100 | 100010 | 101011 |
Color Harmonies of #499358
Complementary color
Monochromatic Colors of #499358
Black with #499358
Text Example
Text Example
White with #499358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499358; }
p { color: rgb(73,147,88); }
H1.HeaderClassName
{
color: #499358;
}
.AnyTagClassName
{
color: #499358;
}
</style>
background-color css
<style>
a { background-color: #499358; }
a { background-color: rgb(73,147,88); }
div.DivClassName
{
background-color: #499358;
}
.BgClassName
{
background-color: #499358;
}
</style>
border-color css
<style>
span { border-color: #499358; }
span { border-color: rgb(73,147,88); }
td.TdClassName
{
border-color: #499358;
}
.TagClassName
{
border-color: #499358;
}
</style>