Shades of Chateau Green #4CA262
Tints of Chateau Green #4CA262
RGB
CMYK
RGB Variations
Color information
#4CA262 (or 0x4CA262) is known color: Chateau Green. HEX triplet: 4C, A2 and 62. RGB value is (76,162,98). Sum of RGB (Red+Green+Blue) = 76+162+98=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA262 is #B35D9D. Grayscale: #818181. Windows color (decimal): -11754910 or 6464076. OLE color: 6464076.
HSL color Cylindrical-coordinate representation of color #4CA262: hue angle of 135.35º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA262 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 98 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.36 |
| HSL | 135.35º | 0.36% | 0.47% | - |
| HSV(B) | 135.35º | 0.53% | 0.64% | - |
| XYZ | 18.11 | 28.26 | 16.06 | - |
| YUV | 128.99 | 110.51 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 98 | 0.53 | 0 | 0.40 | 0.36 | 135.35 | 0.36 | 0.47 |
| Hex | 4C | A2 | 62 | 35 | 0 | 28 | 24 | 87 | 24 | 2F |
| Octal | 114 | 242 | 142 | 65 | 0 | 50 | 44 | 207 | 44 | 57 |
| Binary | 1001100 | 10100010 | 1100010 | 110101 | 0 | 101000 | 100100 | 10000111 | 100100 | 101111 |
Color Harmonies of #4CA262
Complementary color
Monochromatic Colors of #4CA262
Black with #4CA262
Text Example
Text Example
White with #4CA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA262; }
p { color: rgb(76,162,98); }
H1.HeaderClassName
{
color: #4CA262;
}
.AnyTagClassName
{
color: #4CA262;
}
</style>
background-color css
<style>
a { background-color: #4CA262; }
a { background-color: rgb(76,162,98); }
div.DivClassName
{
background-color: #4CA262;
}
.BgClassName
{
background-color: #4CA262;
}
</style>
border-color css
<style>
span { border-color: #4CA262; }
span { border-color: rgb(76,162,98); }
td.TdClassName
{
border-color: #4CA262;
}
.TagClassName
{
border-color: #4CA262;
}
</style>