Shades of Chateau Green #4CB162
Tints of Chateau Green #4CB162
RGB
CMYK
RGB Variations
Color information
#4CB162 (or 0x4CB162) is known color: Chateau Green. HEX triplet: 4C, B1 and 62. RGB value is (76,177,98). Sum of RGB (Red+Green+Blue) = 76+177+98=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB162 is #B34E9D. Grayscale: #8A8A8A. Windows color (decimal): -11751070 or 6467916. OLE color: 6467916.
HSL color Cylindrical-coordinate representation of color #4CB162: hue angle of 133.07º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB162 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 177 | 98 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.31 |
| HSL | 133.07º | 0.4% | 0.5% | - |
| HSV(B) | 133.07º | 0.57% | 0.69% | - |
| XYZ | 20.91 | 33.86 | 16.99 | - |
| YUV | 137.8 | 105.54 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 177 | 98 | 0.57 | 0 | 0.45 | 0.31 | 133.07 | 0.4 | 0.5 |
| Hex | 4C | B1 | 62 | 39 | 0 | 2D | 1F | 85 | 28 | 32 |
| Octal | 114 | 261 | 142 | 71 | 0 | 55 | 37 | 205 | 50 | 62 |
| Binary | 1001100 | 10110001 | 1100010 | 111001 | 0 | 101101 | 11111 | 10000101 | 101000 | 110010 |
Color Harmonies of #4CB162
Complementary color
Monochromatic Colors of #4CB162
Black with #4CB162
Text Example
Text Example
White with #4CB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB162; }
p { color: rgb(76,177,98); }
H1.HeaderClassName
{
color: #4CB162;
}
.AnyTagClassName
{
color: #4CB162;
}
</style>
background-color css
<style>
a { background-color: #4CB162; }
a { background-color: rgb(76,177,98); }
div.DivClassName
{
background-color: #4CB162;
}
.BgClassName
{
background-color: #4CB162;
}
</style>
border-color css
<style>
span { border-color: #4CB162; }
span { border-color: rgb(76,177,98); }
td.TdClassName
{
border-color: #4CB162;
}
.TagClassName
{
border-color: #4CB162;
}
</style>