Shades of Chateau Green #4CAA60
Tints of Chateau Green #4CAA60
RGB
CMYK
RGB Variations
Color information
#4CAA60 (or 0x4CAA60) is known color: Chateau Green. HEX triplet: 4C, AA and 60. RGB value is (76,170,96). Sum of RGB (Red+Green+Blue) = 76+170+96=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA60 is #B3559F. Grayscale: #858585. Windows color (decimal): -11752864 or 6335052. OLE color: 6335052.
HSL color Cylindrical-coordinate representation of color #4CAA60: hue angle of 132.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA60 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 96 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.33 |
| HSL | 132.77º | 0.38% | 0.48% | - |
| HSV(B) | 132.77º | 0.55% | 0.67% | - |
| XYZ | 19.47 | 31.13 | 16.05 | - |
| YUV | 133.46 | 106.86 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 96 | 0.55 | 0 | 0.44 | 0.33 | 132.77 | 0.38 | 0.48 |
| Hex | 4C | AA | 60 | 37 | 0 | 2C | 21 | 85 | 26 | 30 |
| Octal | 114 | 252 | 140 | 67 | 0 | 54 | 41 | 205 | 46 | 60 |
| Binary | 1001100 | 10101010 | 1100000 | 110111 | 0 | 101100 | 100001 | 10000101 | 100110 | 110000 |
Color Harmonies of #4CAA60
Complementary color
Monochromatic Colors of #4CAA60
Black with #4CAA60
Text Example
Text Example
White with #4CAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA60; }
p { color: rgb(76,170,96); }
H1.HeaderClassName
{
color: #4CAA60;
}
.AnyTagClassName
{
color: #4CAA60;
}
</style>
background-color css
<style>
a { background-color: #4CAA60; }
a { background-color: rgb(76,170,96); }
div.DivClassName
{
background-color: #4CAA60;
}
.BgClassName
{
background-color: #4CAA60;
}
</style>
border-color css
<style>
span { border-color: #4CAA60; }
span { border-color: rgb(76,170,96); }
td.TdClassName
{
border-color: #4CAA60;
}
.TagClassName
{
border-color: #4CAA60;
}
</style>