Shades of Chateau Green #4E8C5A
Tints of Chateau Green #4E8C5A
RGB
CMYK
RGB Variations
Color information
#4E8C5A (or 0x4E8C5A) is known color: Chateau Green. HEX triplet: 4E, 8C and 5A. RGB value is (78,140,90). Sum of RGB (Red+Green+Blue) = 78+140+90=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #4E8C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8C5A is #B173A5. Grayscale: #737373. Windows color (decimal): -11629478 or 5934158. OLE color: 5934158.
HSL color Cylindrical-coordinate representation of color #4E8C5A: hue angle of 131.61º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E8C5A is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 140 | 90 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.45 |
| HSL | 131.61º | 0.28% | 0.43% | - |
| HSV(B) | 131.61º | 0.44% | 0.55% | - |
| XYZ | 14.37 | 21.11 | 12.99 | - |
| YUV | 115.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 90 | 0.44 | 0 | 0.36 | 0.45 | 131.61 | 0.28 | 0.43 |
| Hex | 4E | 8C | 5A | 2C | 0 | 24 | 2D | 84 | 1C | 2B |
| Octal | 116 | 214 | 132 | 54 | 0 | 44 | 55 | 204 | 34 | 53 |
| Binary | 1001110 | 10001100 | 1011010 | 101100 | 0 | 100100 | 101101 | 10000100 | 11100 | 101011 |
Color Harmonies of #4E8C5A
Complementary color
Monochromatic Colors of #4E8C5A
Black with #4E8C5A
Text Example
Text Example
White with #4E8C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8C5A; }
p { color: rgb(78,140,90); }
H1.HeaderClassName
{
color: #4E8C5A;
}
.AnyTagClassName
{
color: #4E8C5A;
}
</style>
background-color css
<style>
a { background-color: #4E8C5A; }
a { background-color: rgb(78,140,90); }
div.DivClassName
{
background-color: #4E8C5A;
}
.BgClassName
{
background-color: #4E8C5A;
}
</style>
border-color css
<style>
span { border-color: #4E8C5A; }
span { border-color: rgb(78,140,90); }
td.TdClassName
{
border-color: #4E8C5A;
}
.TagClassName
{
border-color: #4E8C5A;
}
</style>