Shades of Chateau Green #499557
Tints of Chateau Green #499557
RGB
CMYK
RGB Variations
Color information
#499557 (or 0x499557) is known color: Chateau Green. HEX triplet: 49, 95 and 57. RGB value is (73,149,87). Sum of RGB (Red+Green+Blue) = 73+149+87=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #499557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499557 is #B66AA8. Grayscale: #777777. Windows color (decimal): -11954857 or 5739849. OLE color: 5739849.
HSL color Cylindrical-coordinate representation of color #499557: hue angle of 131.05º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499557 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 87 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.42 |
| HSL | 131.05º | 0.34% | 0.44% | - |
| HSV(B) | 131.05º | 0.51% | 0.58% | - |
| XYZ | 15.22 | 23.6 | 12.77 | - |
| YUV | 119.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 87 | 0.51 | 0 | 0.42 | 0.42 | 131.05 | 0.34 | 0.44 |
| Hex | 49 | 95 | 57 | 33 | 0 | 2A | 2A | 83 | 22 | 2C |
| Octal | 111 | 225 | 127 | 63 | 0 | 52 | 52 | 203 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1010111 | 110011 | 0 | 101010 | 101010 | 10000011 | 100010 | 101100 |
Color Harmonies of #499557
Complementary color
Monochromatic Colors of #499557
Black with #499557
Text Example
Text Example
White with #499557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499557; }
p { color: rgb(73,149,87); }
H1.HeaderClassName
{
color: #499557;
}
.AnyTagClassName
{
color: #499557;
}
</style>
background-color css
<style>
a { background-color: #499557; }
a { background-color: rgb(73,149,87); }
div.DivClassName
{
background-color: #499557;
}
.BgClassName
{
background-color: #499557;
}
</style>
border-color css
<style>
span { border-color: #499557; }
span { border-color: rgb(73,149,87); }
td.TdClassName
{
border-color: #499557;
}
.TagClassName
{
border-color: #499557;
}
</style>