Shades of Chateau Green #49AC64
Tints of Chateau Green #49AC64
RGB
CMYK
RGB Variations
Color information
#49AC64 (or 0x49AC64) is known color: Chateau Green. HEX triplet: 49, AC and 64. RGB value is (73,172,100). Sum of RGB (Red+Green+Blue) = 73+172+100=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AC64 is #B6539B. Grayscale: #868686. Windows color (decimal): -11948956 or 6597705. OLE color: 6597705.
HSL color Cylindrical-coordinate representation of color #49AC64: hue angle of 136.36º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AC64 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 100 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.33 |
| HSL | 136.36º | 0.4% | 0.48% | - |
| HSV(B) | 136.36º | 0.58% | 0.67% | - |
| XYZ | 19.8 | 31.84 | 17.16 | - |
| YUV | 134.19 | 108.7 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 100 | 0.58 | 0 | 0.42 | 0.33 | 136.36 | 0.4 | 0.48 |
| Hex | 49 | AC | 64 | 3A | 0 | 2A | 21 | 88 | 28 | 30 |
| Octal | 111 | 254 | 144 | 72 | 0 | 52 | 41 | 210 | 50 | 60 |
| Binary | 1001001 | 10101100 | 1100100 | 111010 | 0 | 101010 | 100001 | 10001000 | 101000 | 110000 |
Color Harmonies of #49AC64
Complementary color
Monochromatic Colors of #49AC64
Black with #49AC64
Text Example
Text Example
White with #49AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC64; }
p { color: rgb(73,172,100); }
H1.HeaderClassName
{
color: #49AC64;
}
.AnyTagClassName
{
color: #49AC64;
}
</style>
background-color css
<style>
a { background-color: #49AC64; }
a { background-color: rgb(73,172,100); }
div.DivClassName
{
background-color: #49AC64;
}
.BgClassName
{
background-color: #49AC64;
}
</style>
border-color css
<style>
span { border-color: #49AC64; }
span { border-color: rgb(73,172,100); }
td.TdClassName
{
border-color: #49AC64;
}
.TagClassName
{
border-color: #49AC64;
}
</style>