Shades of Chateau Green #49AD64
Tints of Chateau Green #49AD64
RGB
CMYK
RGB Variations
Color information
#49AD64 (or 0x49AD64) is known color: Chateau Green. HEX triplet: 49, AD and 64. RGB value is (73,173,100). Sum of RGB (Red+Green+Blue) = 73+173+100=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD64 is #B6529B. Grayscale: #868686. Windows color (decimal): -11948700 or 6597961. OLE color: 6597961.
HSL color Cylindrical-coordinate representation of color #49AD64: hue angle of 136.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD64 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 100 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.32 |
| HSL | 136.2º | 0.41% | 0.48% | - |
| HSV(B) | 136.2º | 0.58% | 0.68% | - |
| XYZ | 19.99 | 32.22 | 17.22 | - |
| YUV | 134.78 | 108.37 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 100 | 0.58 | 0 | 0.42 | 0.32 | 136.2 | 0.41 | 0.48 |
| Hex | 49 | AD | 64 | 3A | 0 | 2A | 20 | 88 | 29 | 30 |
| Octal | 111 | 255 | 144 | 72 | 0 | 52 | 40 | 210 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1100100 | 111010 | 0 | 101010 | 100000 | 10001000 | 101001 | 110000 |
Color Harmonies of #49AD64
Complementary color
Monochromatic Colors of #49AD64
Black with #49AD64
Text Example
Text Example
White with #49AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD64; }
p { color: rgb(73,173,100); }
H1.HeaderClassName
{
color: #49AD64;
}
.AnyTagClassName
{
color: #49AD64;
}
</style>
background-color css
<style>
a { background-color: #49AD64; }
a { background-color: rgb(73,173,100); }
div.DivClassName
{
background-color: #49AD64;
}
.BgClassName
{
background-color: #49AD64;
}
</style>
border-color css
<style>
span { border-color: #49AD64; }
span { border-color: rgb(73,173,100); }
td.TdClassName
{
border-color: #49AD64;
}
.TagClassName
{
border-color: #49AD64;
}
</style>