Shades of Chateau Green #49A064
Tints of Chateau Green #49A064
RGB
CMYK
RGB Variations
Color information
#49A064 (or 0x49A064) is known color: Chateau Green. HEX triplet: 49, A0 and 64. RGB value is (73,160,100). Sum of RGB (Red+Green+Blue) = 73+160+100=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #49A064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A064 is #B65F9B. Grayscale: #7F7F7F. Windows color (decimal): -11952028 or 6594633. OLE color: 6594633.
HSL color Cylindrical-coordinate representation of color #49A064: hue angle of 138.62º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A064 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 100 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.37 |
| HSL | 138.62º | 0.37% | 0.46% | - |
| HSV(B) | 138.62º | 0.54% | 0.63% | - |
| XYZ | 17.62 | 27.48 | 16.43 | - |
| YUV | 127.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 100 | 0.54 | 0 | 0.38 | 0.37 | 138.62 | 0.37 | 0.46 |
| Hex | 49 | A0 | 64 | 36 | 0 | 26 | 25 | 8B | 25 | 2E |
| Octal | 111 | 240 | 144 | 66 | 0 | 46 | 45 | 213 | 45 | 56 |
| Binary | 1001001 | 10100000 | 1100100 | 110110 | 0 | 100110 | 100101 | 10001011 | 100101 | 101110 |
Color Harmonies of #49A064
Complementary color
Monochromatic Colors of #49A064
Black with #49A064
Text Example
Text Example
White with #49A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A064; }
p { color: rgb(73,160,100); }
H1.HeaderClassName
{
color: #49A064;
}
.AnyTagClassName
{
color: #49A064;
}
</style>
background-color css
<style>
a { background-color: #49A064; }
a { background-color: rgb(73,160,100); }
div.DivClassName
{
background-color: #49A064;
}
.BgClassName
{
background-color: #49A064;
}
</style>
border-color css
<style>
span { border-color: #49A064; }
span { border-color: rgb(73,160,100); }
td.TdClassName
{
border-color: #49A064;
}
.TagClassName
{
border-color: #49A064;
}
</style>