Shades of Chateau Green #4C9B5C
Tints of Chateau Green #4C9B5C
RGB
CMYK
RGB Variations
Color information
#4C9B5C (or 0x4C9B5C) is known color: Chateau Green. HEX triplet: 4C, 9B and 5C. RGB value is (76,155,92). Sum of RGB (Red+Green+Blue) = 76+155+92=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9B5C is #B364A3. Grayscale: #7C7C7C. Windows color (decimal): -11756708 or 6069068. OLE color: 6069068.
HSL color Cylindrical-coordinate representation of color #4C9B5C: hue angle of 132.15º 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 #4C9B5C is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 155 | 92 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.39 |
| HSL | 132.15º | 0.34% | 0.45% | - |
| HSV(B) | 132.15º | 0.51% | 0.61% | - |
| XYZ | 16.63 | 25.75 | 14.22 | - |
| YUV | 124.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 155 | 92 | 0.51 | 0 | 0.41 | 0.39 | 132.15 | 0.34 | 0.45 |
| Hex | 4C | 9B | 5C | 33 | 0 | 29 | 27 | 84 | 22 | 2D |
| Octal | 114 | 233 | 134 | 63 | 0 | 51 | 47 | 204 | 42 | 55 |
| Binary | 1001100 | 10011011 | 1011100 | 110011 | 0 | 101001 | 100111 | 10000100 | 100010 | 101101 |
Color Harmonies of #4C9B5C
Complementary color
Monochromatic Colors of #4C9B5C
Black with #4C9B5C
Text Example
Text Example
White with #4C9B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9B5C; }
p { color: rgb(76,155,92); }
H1.HeaderClassName
{
color: #4C9B5C;
}
.AnyTagClassName
{
color: #4C9B5C;
}
</style>
background-color css
<style>
a { background-color: #4C9B5C; }
a { background-color: rgb(76,155,92); }
div.DivClassName
{
background-color: #4C9B5C;
}
.BgClassName
{
background-color: #4C9B5C;
}
</style>
border-color css
<style>
span { border-color: #4C9B5C; }
span { border-color: rgb(76,155,92); }
td.TdClassName
{
border-color: #4C9B5C;
}
.TagClassName
{
border-color: #4C9B5C;
}
</style>