Shades of Chateau Green #4C995C
Tints of Chateau Green #4C995C
RGB
CMYK
RGB Variations
Color information
#4C995C (or 0x4C995C) is known color: Chateau Green. HEX triplet: 4C, 99 and 5C. RGB value is (76,153,92). Sum of RGB (Red+Green+Blue) = 76+153+92=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #4C995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C995C is #B366A3. Grayscale: #7B7B7B. Windows color (decimal): -11757220 or 6068556. OLE color: 6068556.
HSL color Cylindrical-coordinate representation of color #4C995C: hue angle of 132.47º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C995C is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 76 | 153 | 92 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.4 |
| HSL | 132.47º | 0.34% | 0.45% | - |
| HSV(B) | 132.47º | 0.5% | 0.6% | - |
| XYZ | 16.3 | 25.09 | 14.11 | - |
| YUV | 123.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 153 | 92 | 0.50 | 0 | 0.40 | 0.4 | 132.47 | 0.34 | 0.45 |
| Hex | 4C | 99 | 5C | 32 | 0 | 28 | 28 | 84 | 22 | 2D |
| Octal | 114 | 231 | 134 | 62 | 0 | 50 | 50 | 204 | 42 | 55 |
| Binary | 1001100 | 10011001 | 1011100 | 110010 | 0 | 101000 | 101000 | 10000100 | 100010 | 101101 |
Color Harmonies of #4C995C
Complementary color
Monochromatic Colors of #4C995C
Black with #4C995C
Text Example
Text Example
White with #4C995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C995C; }
p { color: rgb(76,153,92); }
H1.HeaderClassName
{
color: #4C995C;
}
.AnyTagClassName
{
color: #4C995C;
}
</style>
background-color css
<style>
a { background-color: #4C995C; }
a { background-color: rgb(76,153,92); }
div.DivClassName
{
background-color: #4C995C;
}
.BgClassName
{
background-color: #4C995C;
}
</style>
border-color css
<style>
span { border-color: #4C995C; }
span { border-color: rgb(76,153,92); }
td.TdClassName
{
border-color: #4C995C;
}
.TagClassName
{
border-color: #4C995C;
}
</style>