Shades of Chateau Green #499656
Tints of Chateau Green #499656
RGB
CMYK
RGB Variations
Color information
#499656 (or 0x499656) is known color: Chateau Green. HEX triplet: 49, 96 and 56. RGB value is (73,150,86). Sum of RGB (Red+Green+Blue) = 73+150+86=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #499656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499656 is #B669A9. Grayscale: #777777. Windows color (decimal): -11954602 or 5674569. OLE color: 5674569.
HSL color Cylindrical-coordinate representation of color #499656: hue angle of 130.13º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499656 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 86 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.41 |
| HSL | 130.13º | 0.35% | 0.44% | - |
| HSV(B) | 130.13º | 0.51% | 0.59% | - |
| XYZ | 15.33 | 23.9 | 12.61 | - |
| YUV | 119.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 86 | 0.51 | 0 | 0.43 | 0.41 | 130.13 | 0.35 | 0.44 |
| Hex | 49 | 96 | 56 | 33 | 0 | 2B | 29 | 82 | 23 | 2C |
| Octal | 111 | 226 | 126 | 63 | 0 | 53 | 51 | 202 | 43 | 54 |
| Binary | 1001001 | 10010110 | 1010110 | 110011 | 0 | 101011 | 101001 | 10000010 | 100011 | 101100 |
Color Harmonies of #499656
Complementary color
Monochromatic Colors of #499656
Black with #499656
Text Example
Text Example
White with #499656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499656; }
p { color: rgb(73,150,86); }
H1.HeaderClassName
{
color: #499656;
}
.AnyTagClassName
{
color: #499656;
}
</style>
background-color css
<style>
a { background-color: #499656; }
a { background-color: rgb(73,150,86); }
div.DivClassName
{
background-color: #499656;
}
.BgClassName
{
background-color: #499656;
}
</style>
border-color css
<style>
span { border-color: #499656; }
span { border-color: rgb(73,150,86); }
td.TdClassName
{
border-color: #499656;
}
.TagClassName
{
border-color: #499656;
}
</style>