Shades of Chateau Green #4C9C5C
Tints of Chateau Green #4C9C5C
RGB
CMYK
RGB Variations
Color information
#4C9C5C (or 0x4C9C5C) is known color: Chateau Green. HEX triplet: 4C, 9C and 5C. RGB value is (76,156,92). Sum of RGB (Red+Green+Blue) = 76+156+92=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #4C9C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9C5C is #B363A3. Grayscale: #7C7C7C. Windows color (decimal): -11756452 or 6069324. OLE color: 6069324.
HSL color Cylindrical-coordinate representation of color #4C9C5C: hue angle of 132º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9C5C is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 156 | 92 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.39 |
| HSL | 132º | 0.34% | 0.45% | - |
| HSV(B) | 132º | 0.51% | 0.61% | - |
| XYZ | 16.8 | 26.09 | 14.27 | - |
| YUV | 124.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 156 | 92 | 0.51 | 0 | 0.41 | 0.39 | 132 | 0.34 | 0.45 |
| Hex | 4C | 9C | 5C | 33 | 0 | 29 | 27 | 84 | 22 | 2D |
| Octal | 114 | 234 | 134 | 63 | 0 | 51 | 47 | 204 | 42 | 55 |
| Binary | 1001100 | 10011100 | 1011100 | 110011 | 0 | 101001 | 100111 | 10000100 | 100010 | 101101 |
Color Harmonies of #4C9C5C
Complementary color
Monochromatic Colors of #4C9C5C
Black with #4C9C5C
Text Example
Text Example
White with #4C9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9C5C; }
p { color: rgb(76,156,92); }
H1.HeaderClassName
{
color: #4C9C5C;
}
.AnyTagClassName
{
color: #4C9C5C;
}
</style>
background-color css
<style>
a { background-color: #4C9C5C; }
a { background-color: rgb(76,156,92); }
div.DivClassName
{
background-color: #4C9C5C;
}
.BgClassName
{
background-color: #4C9C5C;
}
</style>
border-color css
<style>
span { border-color: #4C9C5C; }
span { border-color: rgb(76,156,92); }
td.TdClassName
{
border-color: #4C9C5C;
}
.TagClassName
{
border-color: #4C9C5C;
}
</style>