Shades of Chateau Green #499257
Tints of Chateau Green #499257
RGB
CMYK
RGB Variations
Color information
#499257 (or 0x499257) is known color: Chateau Green. HEX triplet: 49, 92 and 57. RGB value is (73,146,87). Sum of RGB (Red+Green+Blue) = 73+146+87=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #499257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499257 is #B66DA8. Grayscale: #757575. Windows color (decimal): -11955625 or 5739081. OLE color: 5739081.
HSL color Cylindrical-coordinate representation of color #499257: hue angle of 131.51º 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 #499257 is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 87 | - |
| CMYK | 0.5 | 0 | 0.40 | 0.43 |
| HSL | 131.51º | 0.33% | 0.43% | - |
| HSV(B) | 131.51º | 0.5% | 0.57% | - |
| XYZ | 14.75 | 22.66 | 12.61 | - |
| YUV | 117.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 87 | 0.5 | 0 | 0.40 | 0.43 | 131.51 | 0.33 | 0.43 |
| Hex | 49 | 92 | 57 | 32 | 0 | 28 | 2B | 84 | 21 | 2B |
| Octal | 111 | 222 | 127 | 62 | 0 | 50 | 53 | 204 | 41 | 53 |
| Binary | 1001001 | 10010010 | 1010111 | 110010 | 0 | 101000 | 101011 | 10000100 | 100001 | 101011 |
Color Harmonies of #499257
Complementary color
Monochromatic Colors of #499257
Black with #499257
Text Example
Text Example
White with #499257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499257; }
p { color: rgb(73,146,87); }
H1.HeaderClassName
{
color: #499257;
}
.AnyTagClassName
{
color: #499257;
}
</style>
background-color css
<style>
a { background-color: #499257; }
a { background-color: rgb(73,146,87); }
div.DivClassName
{
background-color: #499257;
}
.BgClassName
{
background-color: #499257;
}
</style>
border-color css
<style>
span { border-color: #499257; }
span { border-color: rgb(73,146,87); }
td.TdClassName
{
border-color: #499257;
}
.TagClassName
{
border-color: #499257;
}
</style>