Shades of Chateau Green #4C9666
Tints of Chateau Green #4C9666
RGB
CMYK
RGB Variations
Color information
#4C9666 (or 0x4C9666) is known color: Chateau Green. HEX triplet: 4C, 96 and 66. RGB value is (76,150,102). Sum of RGB (Red+Green+Blue) = 76+150+102=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #4C9666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9666 is #B36999. Grayscale: #7A7A7A. Windows color (decimal): -11757978 or 6723148. OLE color: 6723148.
HSL color Cylindrical-coordinate representation of color #4C9666: hue angle of 141.08º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C9666 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 102 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.41 |
| HSL | 141.08º | 0.33% | 0.44% | - |
| HSV(B) | 141.08º | 0.49% | 0.59% | - |
| XYZ | 16.29 | 24.31 | 16.4 | - |
| YUV | 122.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 102 | 0.49 | 0 | 0.32 | 0.41 | 141.08 | 0.33 | 0.44 |
| Hex | 4C | 96 | 66 | 31 | 0 | 20 | 29 | 8D | 21 | 2C |
| Octal | 114 | 226 | 146 | 61 | 0 | 40 | 51 | 215 | 41 | 54 |
| Binary | 1001100 | 10010110 | 1100110 | 110001 | 0 | 100000 | 101001 | 10001101 | 100001 | 101100 |
Color Harmonies of #4C9666
Complementary color
Monochromatic Colors of #4C9666
Black with #4C9666
Text Example
Text Example
White with #4C9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9666; }
p { color: rgb(76,150,102); }
H1.HeaderClassName
{
color: #4C9666;
}
.AnyTagClassName
{
color: #4C9666;
}
</style>
background-color css
<style>
a { background-color: #4C9666; }
a { background-color: rgb(76,150,102); }
div.DivClassName
{
background-color: #4C9666;
}
.BgClassName
{
background-color: #4C9666;
}
</style>
border-color css
<style>
span { border-color: #4C9666; }
span { border-color: rgb(76,150,102); }
td.TdClassName
{
border-color: #4C9666;
}
.TagClassName
{
border-color: #4C9666;
}
</style>