Shades of Chateau Green #499556
Tints of Chateau Green #499556
RGB
CMYK
RGB Variations
Color information
#499556 (or 0x499556) is known color: Chateau Green. HEX triplet: 49, 95 and 56. RGB value is (73,149,86). Sum of RGB (Red+Green+Blue) = 73+149+86=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #499556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499556 is #B66AA9. Grayscale: #777777. Windows color (decimal): -11954858 or 5674313. OLE color: 5674313.
HSL color Cylindrical-coordinate representation of color #499556: hue angle of 130.26º 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 #499556 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 86 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.42 |
| HSL | 130.26º | 0.34% | 0.44% | - |
| HSV(B) | 130.26º | 0.51% | 0.58% | - |
| XYZ | 15.17 | 23.58 | 12.56 | - |
| YUV | 119.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 86 | 0.51 | 0 | 0.42 | 0.42 | 130.26 | 0.34 | 0.44 |
| Hex | 49 | 95 | 56 | 33 | 0 | 2A | 2A | 82 | 22 | 2C |
| Octal | 111 | 225 | 126 | 63 | 0 | 52 | 52 | 202 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1010110 | 110011 | 0 | 101010 | 101010 | 10000010 | 100010 | 101100 |
Color Harmonies of #499556
Complementary color
Monochromatic Colors of #499556
Black with #499556
Text Example
Text Example
White with #499556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499556; }
p { color: rgb(73,149,86); }
H1.HeaderClassName
{
color: #499556;
}
.AnyTagClassName
{
color: #499556;
}
</style>
background-color css
<style>
a { background-color: #499556; }
a { background-color: rgb(73,149,86); }
div.DivClassName
{
background-color: #499556;
}
.BgClassName
{
background-color: #499556;
}
</style>
border-color css
<style>
span { border-color: #499556; }
span { border-color: rgb(73,149,86); }
td.TdClassName
{
border-color: #499556;
}
.TagClassName
{
border-color: #499556;
}
</style>