Shades of Chateau Green #499F64
Tints of Chateau Green #499F64
RGB
CMYK
RGB Variations
Color information
#499F64 (or 0x499F64) is known color: Chateau Green. HEX triplet: 49, 9F and 64. RGB value is (73,159,100). Sum of RGB (Red+Green+Blue) = 73+159+100=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #499F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F64 is #B6609B. Grayscale: #7E7E7E. Windows color (decimal): -11952284 or 6594377. OLE color: 6594377.
HSL color Cylindrical-coordinate representation of color #499F64: hue angle of 138.84º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499F64 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 159 | 100 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.38 |
| HSL | 138.84º | 0.37% | 0.45% | - |
| HSV(B) | 138.84º | 0.54% | 0.62% | - |
| XYZ | 17.45 | 27.13 | 16.37 | - |
| YUV | 126.56 | 113.01 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 100 | 0.54 | 0 | 0.37 | 0.38 | 138.84 | 0.37 | 0.45 |
| Hex | 49 | 9F | 64 | 36 | 0 | 25 | 26 | 8B | 25 | 2D |
| Octal | 111 | 237 | 144 | 66 | 0 | 45 | 46 | 213 | 45 | 55 |
| Binary | 1001001 | 10011111 | 1100100 | 110110 | 0 | 100101 | 100110 | 10001011 | 100101 | 101101 |
Color Harmonies of #499F64
Complementary color
Monochromatic Colors of #499F64
Black with #499F64
Text Example
Text Example
White with #499F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499F64; }
p { color: rgb(73,159,100); }
H1.HeaderClassName
{
color: #499F64;
}
.AnyTagClassName
{
color: #499F64;
}
</style>
background-color css
<style>
a { background-color: #499F64; }
a { background-color: rgb(73,159,100); }
div.DivClassName
{
background-color: #499F64;
}
.BgClassName
{
background-color: #499F64;
}
</style>
border-color css
<style>
span { border-color: #499F64; }
span { border-color: rgb(73,159,100); }
td.TdClassName
{
border-color: #499F64;
}
.TagClassName
{
border-color: #499F64;
}
</style>