Shades of Chateau Green #499965
Tints of Chateau Green #499965
RGB
CMYK
RGB Variations
Color information
#499965 (or 0x499965) is known color: Chateau Green. HEX triplet: 49, 99 and 65. RGB value is (73,153,101). Sum of RGB (Red+Green+Blue) = 73+153+101=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #499965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499965 is #B6669A. Grayscale: #7B7B7B. Windows color (decimal): -11953819 or 6658377. OLE color: 6658377.
HSL color Cylindrical-coordinate representation of color #499965: hue angle of 141º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499965 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 101 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.4 |
| HSL | 141º | 0.35% | 0.44% | - |
| HSV(B) | 141º | 0.52% | 0.6% | - |
| XYZ | 16.49 | 25.14 | 16.3 | - |
| YUV | 123.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 101 | 0.52 | 0 | 0.34 | 0.4 | 141 | 0.35 | 0.44 |
| Hex | 49 | 99 | 65 | 34 | 0 | 22 | 28 | 8D | 23 | 2C |
| Octal | 111 | 231 | 145 | 64 | 0 | 42 | 50 | 215 | 43 | 54 |
| Binary | 1001001 | 10011001 | 1100101 | 110100 | 0 | 100010 | 101000 | 10001101 | 100011 | 101100 |
Color Harmonies of #499965
Complementary color
Monochromatic Colors of #499965
Black with #499965
Text Example
Text Example
White with #499965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499965; }
p { color: rgb(73,153,101); }
H1.HeaderClassName
{
color: #499965;
}
.AnyTagClassName
{
color: #499965;
}
</style>
background-color css
<style>
a { background-color: #499965; }
a { background-color: rgb(73,153,101); }
div.DivClassName
{
background-color: #499965;
}
.BgClassName
{
background-color: #499965;
}
</style>
border-color css
<style>
span { border-color: #499965; }
span { border-color: rgb(73,153,101); }
td.TdClassName
{
border-color: #499965;
}
.TagClassName
{
border-color: #499965;
}
</style>