Shades of Chateau Green #4CA462
Tints of Chateau Green #4CA462
RGB
CMYK
RGB Variations
Color information
#4CA462 (or 0x4CA462) is known color: Chateau Green. HEX triplet: 4C, A4 and 62. RGB value is (76,164,98). Sum of RGB (Red+Green+Blue) = 76+164+98=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA462 is #B35B9D. Grayscale: #828282. Windows color (decimal): -11754398 or 6464588. OLE color: 6464588.
HSL color Cylindrical-coordinate representation of color #4CA462: hue angle of 135º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA462 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 164 | 98 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.36 |
| HSL | 135º | 0.37% | 0.47% | - |
| HSV(B) | 135º | 0.54% | 0.64% | - |
| XYZ | 18.46 | 28.97 | 16.17 | - |
| YUV | 130.16 | 109.85 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 164 | 98 | 0.54 | 0 | 0.40 | 0.36 | 135 | 0.37 | 0.47 |
| Hex | 4C | A4 | 62 | 36 | 0 | 28 | 24 | 87 | 25 | 2F |
| Octal | 114 | 244 | 142 | 66 | 0 | 50 | 44 | 207 | 45 | 57 |
| Binary | 1001100 | 10100100 | 1100010 | 110110 | 0 | 101000 | 100100 | 10000111 | 100101 | 101111 |
Color Harmonies of #4CA462
Complementary color
Monochromatic Colors of #4CA462
Black with #4CA462
Text Example
Text Example
White with #4CA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA462; }
p { color: rgb(76,164,98); }
H1.HeaderClassName
{
color: #4CA462;
}
.AnyTagClassName
{
color: #4CA462;
}
</style>
background-color css
<style>
a { background-color: #4CA462; }
a { background-color: rgb(76,164,98); }
div.DivClassName
{
background-color: #4CA462;
}
.BgClassName
{
background-color: #4CA462;
}
</style>
border-color css
<style>
span { border-color: #4CA462; }
span { border-color: rgb(76,164,98); }
td.TdClassName
{
border-color: #4CA462;
}
.TagClassName
{
border-color: #4CA462;
}
</style>