Shades of Chateau Green #44AA5D
Tints of Chateau Green #44AA5D
RGB
CMYK
RGB Variations
Color information
#44AA5D (or 0x44AA5D) is known color: Chateau Green. HEX triplet: 44, AA and 5D. RGB value is (68,170,93). Sum of RGB (Red+Green+Blue) = 68+170+93=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AA5D is #BB55A2. Grayscale: #828282. Windows color (decimal): -12277155 or 6138436. OLE color: 6138436.
HSL color Cylindrical-coordinate representation of color #44AA5D: hue angle of 134.71º 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 #44AA5D is Cyan = 0.6, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 93 | - |
| CMYK | 0.6 | 0 | 0.45 | 0.33 |
| HSL | 134.71º | 0.43% | 0.47% | - |
| HSV(B) | 134.71º | 0.6% | 0.67% | - |
| XYZ | 18.73 | 30.77 | 15.31 | - |
| YUV | 130.72 | 106.71 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 93 | 0.6 | 0 | 0.45 | 0.33 | 134.71 | 0.43 | 0.47 |
| Hex | 44 | AA | 5D | 3C | 0 | 2D | 21 | 87 | 2B | 2F |
| Octal | 104 | 252 | 135 | 74 | 0 | 55 | 41 | 207 | 53 | 57 |
| Binary | 1000100 | 10101010 | 1011101 | 111100 | 0 | 101101 | 100001 | 10000111 | 101011 | 101111 |
Color Harmonies of #44AA5D
Complementary color
Monochromatic Colors of #44AA5D
Black with #44AA5D
Text Example
Text Example
White with #44AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA5D; }
p { color: rgb(68,170,93); }
H1.HeaderClassName
{
color: #44AA5D;
}
.AnyTagClassName
{
color: #44AA5D;
}
</style>
background-color css
<style>
a { background-color: #44AA5D; }
a { background-color: rgb(68,170,93); }
div.DivClassName
{
background-color: #44AA5D;
}
.BgClassName
{
background-color: #44AA5D;
}
</style>
border-color css
<style>
span { border-color: #44AA5D; }
span { border-color: rgb(68,170,93); }
td.TdClassName
{
border-color: #44AA5D;
}
.TagClassName
{
border-color: #44AA5D;
}
</style>