Shades of Chateau Green #4CAC5E
Tints of Chateau Green #4CAC5E
RGB
CMYK
RGB Variations
Color information
#4CAC5E (or 0x4CAC5E) is known color: Chateau Green. HEX triplet: 4C, AC and 5E. RGB value is (76,172,94). Sum of RGB (Red+Green+Blue) = 76+172+94=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC5E is #B353A1. Grayscale: #868686. Windows color (decimal): -11752354 or 6204492. OLE color: 6204492.
HSL color Cylindrical-coordinate representation of color #4CAC5E: hue angle of 131.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC5E is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 94 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.33 |
| HSL | 131.25º | 0.39% | 0.49% | - |
| HSV(B) | 131.25º | 0.56% | 0.67% | - |
| XYZ | 19.75 | 31.85 | 15.7 | - |
| YUV | 134.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 94 | 0.56 | 0 | 0.45 | 0.33 | 131.25 | 0.39 | 0.49 |
| Hex | 4C | AC | 5E | 38 | 0 | 2D | 21 | 83 | 27 | 31 |
| Octal | 114 | 254 | 136 | 70 | 0 | 55 | 41 | 203 | 47 | 61 |
| Binary | 1001100 | 10101100 | 1011110 | 111000 | 0 | 101101 | 100001 | 10000011 | 100111 | 110001 |
Color Harmonies of #4CAC5E
Complementary color
Monochromatic Colors of #4CAC5E
Black with #4CAC5E
Text Example
Text Example
White with #4CAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC5E; }
p { color: rgb(76,172,94); }
H1.HeaderClassName
{
color: #4CAC5E;
}
.AnyTagClassName
{
color: #4CAC5E;
}
</style>
background-color css
<style>
a { background-color: #4CAC5E; }
a { background-color: rgb(76,172,94); }
div.DivClassName
{
background-color: #4CAC5E;
}
.BgClassName
{
background-color: #4CAC5E;
}
</style>
border-color css
<style>
span { border-color: #4CAC5E; }
span { border-color: rgb(76,172,94); }
td.TdClassName
{
border-color: #4CAC5E;
}
.TagClassName
{
border-color: #4CAC5E;
}
</style>