Shades of Chateau Green #499459
Tints of Chateau Green #499459
RGB
CMYK
RGB Variations
Color information
#499459 (or 0x499459) is known color: Chateau Green. HEX triplet: 49, 94 and 59. RGB value is (73,148,89). Sum of RGB (Red+Green+Blue) = 73+148+89=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #499459 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499459 is #B66BA6. Grayscale: #777777. Windows color (decimal): -11955111 or 5870665. OLE color: 5870665.
HSL color Cylindrical-coordinate representation of color #499459: hue angle of 132.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499459 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 89 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.42 |
| HSL | 132.8º | 0.34% | 0.43% | - |
| HSV(B) | 132.8º | 0.51% | 0.58% | - |
| XYZ | 15.14 | 23.32 | 13.15 | - |
| YUV | 118.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 89 | 0.51 | 0 | 0.40 | 0.42 | 132.8 | 0.34 | 0.43 |
| Hex | 49 | 94 | 59 | 33 | 0 | 28 | 2A | 85 | 22 | 2B |
| Octal | 111 | 224 | 131 | 63 | 0 | 50 | 52 | 205 | 42 | 53 |
| Binary | 1001001 | 10010100 | 1011001 | 110011 | 0 | 101000 | 101010 | 10000101 | 100010 | 101011 |
Color Harmonies of #499459
Complementary color
Monochromatic Colors of #499459
Black with #499459
Text Example
Text Example
White with #499459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499459; }
p { color: rgb(73,148,89); }
H1.HeaderClassName
{
color: #499459;
}
.AnyTagClassName
{
color: #499459;
}
</style>
background-color css
<style>
a { background-color: #499459; }
a { background-color: rgb(73,148,89); }
div.DivClassName
{
background-color: #499459;
}
.BgClassName
{
background-color: #499459;
}
</style>
border-color css
<style>
span { border-color: #499459; }
span { border-color: rgb(73,148,89); }
td.TdClassName
{
border-color: #499459;
}
.TagClassName
{
border-color: #499459;
}
</style>