Shades of Chateau Green #49A160
Tints of Chateau Green #49A160
RGB
CMYK
RGB Variations
Color information
#49A160 (or 0x49A160) is known color: Chateau Green. HEX triplet: 49, A1 and 60. RGB value is (73,161,96). Sum of RGB (Red+Green+Blue) = 73+161+96=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #49A160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A160 is #B65E9F. Grayscale: #7F7F7F. Windows color (decimal): -11951776 or 6332745. OLE color: 6332745.
HSL color Cylindrical-coordinate representation of color #49A160: hue angle of 135.68º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A160 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 96 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.37 |
| HSL | 135.68º | 0.38% | 0.46% | - |
| HSV(B) | 135.68º | 0.55% | 0.63% | - |
| XYZ | 17.6 | 27.75 | 15.49 | - |
| YUV | 127.28 | 110.35 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 96 | 0.55 | 0 | 0.40 | 0.37 | 135.68 | 0.38 | 0.46 |
| Hex | 49 | A1 | 60 | 37 | 0 | 28 | 25 | 88 | 26 | 2E |
| Octal | 111 | 241 | 140 | 67 | 0 | 50 | 45 | 210 | 46 | 56 |
| Binary | 1001001 | 10100001 | 1100000 | 110111 | 0 | 101000 | 100101 | 10001000 | 100110 | 101110 |
Color Harmonies of #49A160
Complementary color
Monochromatic Colors of #49A160
Black with #49A160
Text Example
Text Example
White with #49A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A160; }
p { color: rgb(73,161,96); }
H1.HeaderClassName
{
color: #49A160;
}
.AnyTagClassName
{
color: #49A160;
}
</style>
background-color css
<style>
a { background-color: #49A160; }
a { background-color: rgb(73,161,96); }
div.DivClassName
{
background-color: #49A160;
}
.BgClassName
{
background-color: #49A160;
}
</style>
border-color css
<style>
span { border-color: #49A160; }
span { border-color: rgb(73,161,96); }
td.TdClassName
{
border-color: #49A160;
}
.TagClassName
{
border-color: #49A160;
}
</style>