Shades of Chateau Green #4CAA5E
Tints of Chateau Green #4CAA5E
RGB
CMYK
RGB Variations
Color information
#4CAA5E (or 0x4CAA5E) is known color: Chateau Green. HEX triplet: 4C, AA and 5E. RGB value is (76,170,94). Sum of RGB (Red+Green+Blue) = 76+170+94=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA5E is #B355A1. Grayscale: #858585. Windows color (decimal): -11752866 or 6203980. OLE color: 6203980.
HSL color Cylindrical-coordinate representation of color #4CAA5E: hue angle of 131.49º 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 #4CAA5E is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 94 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.33 |
| HSL | 131.49º | 0.38% | 0.48% | - |
| HSV(B) | 131.49º | 0.55% | 0.67% | - |
| XYZ | 19.38 | 31.09 | 15.57 | - |
| YUV | 133.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 94 | 0.55 | 0 | 0.45 | 0.33 | 131.49 | 0.38 | 0.48 |
| Hex | 4C | AA | 5E | 37 | 0 | 2D | 21 | 83 | 26 | 30 |
| Octal | 114 | 252 | 136 | 67 | 0 | 55 | 41 | 203 | 46 | 60 |
| Binary | 1001100 | 10101010 | 1011110 | 110111 | 0 | 101101 | 100001 | 10000011 | 100110 | 110000 |
Color Harmonies of #4CAA5E
Complementary color
Monochromatic Colors of #4CAA5E
Black with #4CAA5E
Text Example
Text Example
White with #4CAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA5E; }
p { color: rgb(76,170,94); }
H1.HeaderClassName
{
color: #4CAA5E;
}
.AnyTagClassName
{
color: #4CAA5E;
}
</style>
background-color css
<style>
a { background-color: #4CAA5E; }
a { background-color: rgb(76,170,94); }
div.DivClassName
{
background-color: #4CAA5E;
}
.BgClassName
{
background-color: #4CAA5E;
}
</style>
border-color css
<style>
span { border-color: #4CAA5E; }
span { border-color: rgb(76,170,94); }
td.TdClassName
{
border-color: #4CAA5E;
}
.TagClassName
{
border-color: #4CAA5E;
}
</style>