Shades of Chateau Green #44AA5E
Tints of Chateau Green #44AA5E
RGB
CMYK
RGB Variations
Color information
#44AA5E (or 0x44AA5E) is known color: Chateau Green. HEX triplet: 44, AA and 5E. RGB value is (68,170,94). Sum of RGB (Red+Green+Blue) = 68+170+94=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA5E is #BB55A1. Grayscale: #838383. Windows color (decimal): -12277154 or 6203972. OLE color: 6203972.
HSL color Cylindrical-coordinate representation of color #44AA5E: hue angle of 135.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AA5E is Cyan = 0.6, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 94 | - |
| CMYK | 0.6 | 0 | 0.45 | 0.33 |
| HSL | 135.29º | 0.43% | 0.47% | - |
| HSV(B) | 135.29º | 0.6% | 0.67% | - |
| XYZ | 18.78 | 30.79 | 15.54 | - |
| YUV | 130.84 | 107.21 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 94 | 0.6 | 0 | 0.45 | 0.33 | 135.29 | 0.43 | 0.47 |
| Hex | 44 | AA | 5E | 3C | 0 | 2D | 21 | 87 | 2B | 2F |
| Octal | 104 | 252 | 136 | 74 | 0 | 55 | 41 | 207 | 53 | 57 |
| Binary | 1000100 | 10101010 | 1011110 | 111100 | 0 | 101101 | 100001 | 10000111 | 101011 | 101111 |
Color Harmonies of #44AA5E
Complementary color
Monochromatic Colors of #44AA5E
Black with #44AA5E
Text Example
Text Example
White with #44AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA5E; }
p { color: rgb(68,170,94); }
H1.HeaderClassName
{
color: #44AA5E;
}
.AnyTagClassName
{
color: #44AA5E;
}
</style>
background-color css
<style>
a { background-color: #44AA5E; }
a { background-color: rgb(68,170,94); }
div.DivClassName
{
background-color: #44AA5E;
}
.BgClassName
{
background-color: #44AA5E;
}
</style>
border-color css
<style>
span { border-color: #44AA5E; }
span { border-color: rgb(68,170,94); }
td.TdClassName
{
border-color: #44AA5E;
}
.TagClassName
{
border-color: #44AA5E;
}
</style>