Shades of Chateau Green #4CB063
Tints of Chateau Green #4CB063
RGB
CMYK
RGB Variations
Color information
#4CB063 (or 0x4CB063) is known color: Chateau Green. HEX triplet: 4C, B0 and 63. RGB value is (76,176,99). Sum of RGB (Red+Green+Blue) = 76+176+99=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB063 is #B34F9C. Grayscale: #898989. Windows color (decimal): -11751325 or 6533196. OLE color: 6533196.
HSL color Cylindrical-coordinate representation of color #4CB063: hue angle of 133.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB063 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 99 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.31 |
| HSL | 133.8º | 0.4% | 0.49% | - |
| HSV(B) | 133.8º | 0.57% | 0.69% | - |
| XYZ | 20.76 | 33.49 | 17.17 | - |
| YUV | 137.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 99 | 0.57 | 0 | 0.44 | 0.31 | 133.8 | 0.4 | 0.49 |
| Hex | 4C | B0 | 63 | 39 | 0 | 2C | 1F | 86 | 28 | 31 |
| Octal | 114 | 260 | 143 | 71 | 0 | 54 | 37 | 206 | 50 | 61 |
| Binary | 1001100 | 10110000 | 1100011 | 111001 | 0 | 101100 | 11111 | 10000110 | 101000 | 110001 |
Color Harmonies of #4CB063
Complementary color
Monochromatic Colors of #4CB063
Black with #4CB063
Text Example
Text Example
White with #4CB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB063; }
p { color: rgb(76,176,99); }
H1.HeaderClassName
{
color: #4CB063;
}
.AnyTagClassName
{
color: #4CB063;
}
</style>
background-color css
<style>
a { background-color: #4CB063; }
a { background-color: rgb(76,176,99); }
div.DivClassName
{
background-color: #4CB063;
}
.BgClassName
{
background-color: #4CB063;
}
</style>
border-color css
<style>
span { border-color: #4CB063; }
span { border-color: rgb(76,176,99); }
td.TdClassName
{
border-color: #4CB063;
}
.TagClassName
{
border-color: #4CB063;
}
</style>