Shades of Chateau Green #49A166
Tints of Chateau Green #49A166
RGB
CMYK
RGB Variations
Color information
#49A166 (or 0x49A166) is known color: Chateau Green. HEX triplet: 49, A1 and 66. RGB value is (73,161,102). Sum of RGB (Red+Green+Blue) = 73+161+102=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #49A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A166 is #B65E99. Grayscale: #808080. Windows color (decimal): -11951770 or 6725961. OLE color: 6725961.
HSL color Cylindrical-coordinate representation of color #49A166: hue angle of 139.77º 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 #49A166 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 102 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.37 |
| HSL | 139.77º | 0.38% | 0.46% | - |
| HSV(B) | 139.77º | 0.55% | 0.63% | - |
| XYZ | 17.89 | 27.87 | 17.01 | - |
| YUV | 127.96 | 113.35 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 102 | 0.55 | 0 | 0.37 | 0.37 | 139.77 | 0.38 | 0.46 |
| Hex | 49 | A1 | 66 | 37 | 0 | 25 | 25 | 8C | 26 | 2E |
| Octal | 111 | 241 | 146 | 67 | 0 | 45 | 45 | 214 | 46 | 56 |
| Binary | 1001001 | 10100001 | 1100110 | 110111 | 0 | 100101 | 100101 | 10001100 | 100110 | 101110 |
Color Harmonies of #49A166
Complementary color
Monochromatic Colors of #49A166
Black with #49A166
Text Example
Text Example
White with #49A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A166; }
p { color: rgb(73,161,102); }
H1.HeaderClassName
{
color: #49A166;
}
.AnyTagClassName
{
color: #49A166;
}
</style>
background-color css
<style>
a { background-color: #49A166; }
a { background-color: rgb(73,161,102); }
div.DivClassName
{
background-color: #49A166;
}
.BgClassName
{
background-color: #49A166;
}
</style>
border-color css
<style>
span { border-color: #49A166; }
span { border-color: rgb(73,161,102); }
td.TdClassName
{
border-color: #49A166;
}
.TagClassName
{
border-color: #49A166;
}
</style>