Shades of Chateau Green #499259
Tints of Chateau Green #499259
RGB
CMYK
RGB Variations
Color information
#499259 (or 0x499259) is known color: Chateau Green. HEX triplet: 49, 92 and 59. RGB value is (73,146,89). Sum of RGB (Red+Green+Blue) = 73+146+89=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #499259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499259 is #B66DA6. Grayscale: #757575. Windows color (decimal): -11955623 or 5870153. OLE color: 5870153.
HSL color Cylindrical-coordinate representation of color #499259: hue angle of 133.15º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499259 is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 89 | - |
| CMYK | 0.5 | 0 | 0.39 | 0.43 |
| HSL | 133.15º | 0.33% | 0.43% | - |
| HSV(B) | 133.15º | 0.5% | 0.57% | - |
| XYZ | 14.83 | 22.7 | 13.05 | - |
| YUV | 117.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 89 | 0.5 | 0 | 0.39 | 0.43 | 133.15 | 0.33 | 0.43 |
| Hex | 49 | 92 | 59 | 32 | 0 | 27 | 2B | 85 | 21 | 2B |
| Octal | 111 | 222 | 131 | 62 | 0 | 47 | 53 | 205 | 41 | 53 |
| Binary | 1001001 | 10010010 | 1011001 | 110010 | 0 | 100111 | 101011 | 10000101 | 100001 | 101011 |
Color Harmonies of #499259
Complementary color
Monochromatic Colors of #499259
Black with #499259
Text Example
Text Example
White with #499259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499259; }
p { color: rgb(73,146,89); }
H1.HeaderClassName
{
color: #499259;
}
.AnyTagClassName
{
color: #499259;
}
</style>
background-color css
<style>
a { background-color: #499259; }
a { background-color: rgb(73,146,89); }
div.DivClassName
{
background-color: #499259;
}
.BgClassName
{
background-color: #499259;
}
</style>
border-color css
<style>
span { border-color: #499259; }
span { border-color: rgb(73,146,89); }
td.TdClassName
{
border-color: #499259;
}
.TagClassName
{
border-color: #499259;
}
</style>