Shades of Chateau Green #4CB562
Tints of Chateau Green #4CB562
RGB
CMYK
RGB Variations
Color information
#4CB562 (or 0x4CB562) is known color: Chateau Green. HEX triplet: 4C, B5 and 62. RGB value is (76,181,98). Sum of RGB (Red+Green+Blue) = 76+181+98=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB562 is #B34A9D. Grayscale: #8C8C8C. Windows color (decimal): -11750046 or 6468940. OLE color: 6468940.
HSL color Cylindrical-coordinate representation of color #4CB562: hue angle of 132.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB562 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 98 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.29 |
| HSL | 132.57º | 0.42% | 0.5% | - |
| HSV(B) | 132.57º | 0.58% | 0.71% | - |
| XYZ | 21.71 | 35.47 | 17.26 | - |
| YUV | 140.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 98 | 0.58 | 0 | 0.46 | 0.29 | 132.57 | 0.42 | 0.5 |
| Hex | 4C | B5 | 62 | 3A | 0 | 2E | 1D | 85 | 2A | 32 |
| Octal | 114 | 265 | 142 | 72 | 0 | 56 | 35 | 205 | 52 | 62 |
| Binary | 1001100 | 10110101 | 1100010 | 111010 | 0 | 101110 | 11101 | 10000101 | 101010 | 110010 |
Color Harmonies of #4CB562
Complementary color
Monochromatic Colors of #4CB562
Black with #4CB562
Text Example
Text Example
White with #4CB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB562; }
p { color: rgb(76,181,98); }
H1.HeaderClassName
{
color: #4CB562;
}
.AnyTagClassName
{
color: #4CB562;
}
</style>
background-color css
<style>
a { background-color: #4CB562; }
a { background-color: rgb(76,181,98); }
div.DivClassName
{
background-color: #4CB562;
}
.BgClassName
{
background-color: #4CB562;
}
</style>
border-color css
<style>
span { border-color: #4CB562; }
span { border-color: rgb(76,181,98); }
td.TdClassName
{
border-color: #4CB562;
}
.TagClassName
{
border-color: #4CB562;
}
</style>