Shades of Chateau Green #4CAA62
Tints of Chateau Green #4CAA62
RGB
CMYK
RGB Variations
Color information
#4CAA62 (or 0x4CAA62) is known color: Chateau Green. HEX triplet: 4C, AA and 62. RGB value is (76,170,98). Sum of RGB (Red+Green+Blue) = 76+170+98=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA62 is #B3559D. Grayscale: #858585. Windows color (decimal): -11752862 or 6466124. OLE color: 6466124.
HSL color Cylindrical-coordinate representation of color #4CAA62: hue angle of 134.04º 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 #4CAA62 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 98 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.33 |
| HSL | 134.04º | 0.38% | 0.48% | - |
| HSV(B) | 134.04º | 0.55% | 0.67% | - |
| XYZ | 19.56 | 31.17 | 16.54 | - |
| YUV | 133.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 98 | 0.55 | 0 | 0.42 | 0.33 | 134.04 | 0.38 | 0.48 |
| Hex | 4C | AA | 62 | 37 | 0 | 2A | 21 | 86 | 26 | 30 |
| Octal | 114 | 252 | 142 | 67 | 0 | 52 | 41 | 206 | 46 | 60 |
| Binary | 1001100 | 10101010 | 1100010 | 110111 | 0 | 101010 | 100001 | 10000110 | 100110 | 110000 |
Color Harmonies of #4CAA62
Complementary color
Monochromatic Colors of #4CAA62
Black with #4CAA62
Text Example
Text Example
White with #4CAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA62; }
p { color: rgb(76,170,98); }
H1.HeaderClassName
{
color: #4CAA62;
}
.AnyTagClassName
{
color: #4CAA62;
}
</style>
background-color css
<style>
a { background-color: #4CAA62; }
a { background-color: rgb(76,170,98); }
div.DivClassName
{
background-color: #4CAA62;
}
.BgClassName
{
background-color: #4CAA62;
}
</style>
border-color css
<style>
span { border-color: #4CAA62; }
span { border-color: rgb(76,170,98); }
td.TdClassName
{
border-color: #4CAA62;
}
.TagClassName
{
border-color: #4CAA62;
}
</style>