Shades of Chateau Green #499558
Tints of Chateau Green #499558
RGB
CMYK
RGB Variations
Color information
#499558 (or 0x499558) is known color: Chateau Green. HEX triplet: 49, 95 and 58. RGB value is (73,149,88). Sum of RGB (Red+Green+Blue) = 73+149+88=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #499558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499558 is #B66AA7. Grayscale: #777777. Windows color (decimal): -11954856 or 5805385. OLE color: 5805385.
HSL color Cylindrical-coordinate representation of color #499558: hue angle of 131.84º 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 #499558 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 88 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.42 |
| HSL | 131.84º | 0.34% | 0.44% | - |
| HSV(B) | 131.84º | 0.51% | 0.58% | - |
| XYZ | 15.26 | 23.62 | 12.99 | - |
| YUV | 119.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 88 | 0.51 | 0 | 0.41 | 0.42 | 131.84 | 0.34 | 0.44 |
| Hex | 49 | 95 | 58 | 33 | 0 | 29 | 2A | 84 | 22 | 2C |
| Octal | 111 | 225 | 130 | 63 | 0 | 51 | 52 | 204 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1011000 | 110011 | 0 | 101001 | 101010 | 10000100 | 100010 | 101100 |
Color Harmonies of #499558
Complementary color
Monochromatic Colors of #499558
Black with #499558
Text Example
Text Example
White with #499558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499558; }
p { color: rgb(73,149,88); }
H1.HeaderClassName
{
color: #499558;
}
.AnyTagClassName
{
color: #499558;
}
</style>
background-color css
<style>
a { background-color: #499558; }
a { background-color: rgb(73,149,88); }
div.DivClassName
{
background-color: #499558;
}
.BgClassName
{
background-color: #499558;
}
</style>
border-color css
<style>
span { border-color: #499558; }
span { border-color: rgb(73,149,88); }
td.TdClassName
{
border-color: #499558;
}
.TagClassName
{
border-color: #499558;
}
</style>