Shades of Chateau Green #44A166
Tints of Chateau Green #44A166
RGB
CMYK
RGB Variations
Color information
#44A166 (or 0x44A166) is known color: Chateau Green. HEX triplet: 44, A1 and 66. RGB value is (68,161,102). Sum of RGB (Red+Green+Blue) = 68+161+102=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #44A166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A166 is #BB5E99. Grayscale: #7E7E7E. Windows color (decimal): -12279450 or 6725956. OLE color: 6725956.
HSL color Cylindrical-coordinate representation of color #44A166: hue angle of 141.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A166 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 161 | 102 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.37 |
| HSL | 141.94º | 0.41% | 0.45% | - |
| HSV(B) | 141.94º | 0.58% | 0.63% | - |
| XYZ | 17.53 | 27.68 | 16.99 | - |
| YUV | 126.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 161 | 102 | 0.58 | 0 | 0.37 | 0.37 | 141.94 | 0.41 | 0.45 |
| Hex | 44 | A1 | 66 | 3A | 0 | 25 | 25 | 8E | 29 | 2D |
| Octal | 104 | 241 | 146 | 72 | 0 | 45 | 45 | 216 | 51 | 55 |
| Binary | 1000100 | 10100001 | 1100110 | 111010 | 0 | 100101 | 100101 | 10001110 | 101001 | 101101 |
Color Harmonies of #44A166
Complementary color
Monochromatic Colors of #44A166
Black with #44A166
Text Example
Text Example
White with #44A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A166; }
p { color: rgb(68,161,102); }
H1.HeaderClassName
{
color: #44A166;
}
.AnyTagClassName
{
color: #44A166;
}
</style>
background-color css
<style>
a { background-color: #44A166; }
a { background-color: rgb(68,161,102); }
div.DivClassName
{
background-color: #44A166;
}
.BgClassName
{
background-color: #44A166;
}
</style>
border-color css
<style>
span { border-color: #44A166; }
span { border-color: rgb(68,161,102); }
td.TdClassName
{
border-color: #44A166;
}
.TagClassName
{
border-color: #44A166;
}
</style>