Shades of Chateau Green #49A164
Tints of Chateau Green #49A164
RGB
CMYK
RGB Variations
Color information
#49A164 (or 0x49A164) is known color: Chateau Green. HEX triplet: 49, A1 and 64. RGB value is (73,161,100). Sum of RGB (Red+Green+Blue) = 73+161+100=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #49A164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A164 is #B65E9B. Grayscale: #7F7F7F. Windows color (decimal): -11951772 or 6594889. OLE color: 6594889.
HSL color Cylindrical-coordinate representation of color #49A164: hue angle of 138.41º 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 #49A164 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 100 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.37 |
| HSL | 138.41º | 0.38% | 0.46% | - |
| HSV(B) | 138.41º | 0.55% | 0.63% | - |
| XYZ | 17.79 | 27.83 | 16.49 | - |
| YUV | 127.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 100 | 0.55 | 0 | 0.38 | 0.37 | 138.41 | 0.38 | 0.46 |
| Hex | 49 | A1 | 64 | 37 | 0 | 26 | 25 | 8A | 26 | 2E |
| Octal | 111 | 241 | 144 | 67 | 0 | 46 | 45 | 212 | 46 | 56 |
| Binary | 1001001 | 10100001 | 1100100 | 110111 | 0 | 100110 | 100101 | 10001010 | 100110 | 101110 |
Color Harmonies of #49A164
Complementary color
Monochromatic Colors of #49A164
Black with #49A164
Text Example
Text Example
White with #49A164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A164; }
p { color: rgb(73,161,100); }
H1.HeaderClassName
{
color: #49A164;
}
.AnyTagClassName
{
color: #49A164;
}
</style>
background-color css
<style>
a { background-color: #49A164; }
a { background-color: rgb(73,161,100); }
div.DivClassName
{
background-color: #49A164;
}
.BgClassName
{
background-color: #49A164;
}
</style>
border-color css
<style>
span { border-color: #49A164; }
span { border-color: rgb(73,161,100); }
td.TdClassName
{
border-color: #49A164;
}
.TagClassName
{
border-color: #49A164;
}
</style>