Shades of Chateau Green #4C8D5D
Tints of Chateau Green #4C8D5D
RGB
CMYK
RGB Variations
Color information
#4C8D5D (or 0x4C8D5D) is known color: Chateau Green. HEX triplet: 4C, 8D and 5D. RGB value is (76,141,93). Sum of RGB (Red+Green+Blue) = 76+141+93=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8D5D is #B372A2. Grayscale: #747474. Windows color (decimal): -11760291 or 6131020. OLE color: 6131020.
HSL color Cylindrical-coordinate representation of color #4C8D5D: hue angle of 135.69º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8D5D is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 141 | 93 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.45 |
| HSL | 135.69º | 0.3% | 0.43% | - |
| HSV(B) | 135.69º | 0.46% | 0.55% | - |
| XYZ | 14.48 | 21.38 | 13.72 | - |
| YUV | 116.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 93 | 0.46 | 0 | 0.34 | 0.45 | 135.69 | 0.3 | 0.43 |
| Hex | 4C | 8D | 5D | 2E | 0 | 22 | 2D | 88 | 1E | 2B |
| Octal | 114 | 215 | 135 | 56 | 0 | 42 | 55 | 210 | 36 | 53 |
| Binary | 1001100 | 10001101 | 1011101 | 101110 | 0 | 100010 | 101101 | 10001000 | 11110 | 101011 |
Color Harmonies of #4C8D5D
Complementary color
Monochromatic Colors of #4C8D5D
Black with #4C8D5D
Text Example
Text Example
White with #4C8D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8D5D; }
p { color: rgb(76,141,93); }
H1.HeaderClassName
{
color: #4C8D5D;
}
.AnyTagClassName
{
color: #4C8D5D;
}
</style>
background-color css
<style>
a { background-color: #4C8D5D; }
a { background-color: rgb(76,141,93); }
div.DivClassName
{
background-color: #4C8D5D;
}
.BgClassName
{
background-color: #4C8D5D;
}
</style>
border-color css
<style>
span { border-color: #4C8D5D; }
span { border-color: rgb(76,141,93); }
td.TdClassName
{
border-color: #4C8D5D;
}
.TagClassName
{
border-color: #4C8D5D;
}
</style>