Shades of Chateau Green #4EA064
Tints of Chateau Green #4EA064
RGB
CMYK
RGB Variations
Color information
#4EA064 (or 0x4EA064) is known color: Chateau Green. HEX triplet: 4E, A0 and 64. RGB value is (78,160,100). Sum of RGB (Red+Green+Blue) = 78+160+100=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA064 is #B15F9B. Grayscale: #808080. Windows color (decimal): -11624348 or 6594638. OLE color: 6594638.
HSL color Cylindrical-coordinate representation of color #4EA064: hue angle of 136.1º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4EA064 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 160 | 100 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.37 |
| HSL | 136.1º | 0.34% | 0.47% | - |
| HSV(B) | 136.1º | 0.51% | 0.63% | - |
| XYZ | 18.01 | 27.68 | 16.45 | - |
| YUV | 128.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 100 | 0.51 | 0 | 0.38 | 0.37 | 136.1 | 0.34 | 0.47 |
| Hex | 4E | A0 | 64 | 33 | 0 | 26 | 25 | 88 | 22 | 2F |
| Octal | 116 | 240 | 144 | 63 | 0 | 46 | 45 | 210 | 42 | 57 |
| Binary | 1001110 | 10100000 | 1100100 | 110011 | 0 | 100110 | 100101 | 10001000 | 100010 | 101111 |
Color Harmonies of #4EA064
Complementary color
Monochromatic Colors of #4EA064
Black with #4EA064
Text Example
Text Example
White with #4EA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA064; }
p { color: rgb(78,160,100); }
H1.HeaderClassName
{
color: #4EA064;
}
.AnyTagClassName
{
color: #4EA064;
}
</style>
background-color css
<style>
a { background-color: #4EA064; }
a { background-color: rgb(78,160,100); }
div.DivClassName
{
background-color: #4EA064;
}
.BgClassName
{
background-color: #4EA064;
}
</style>
border-color css
<style>
span { border-color: #4EA064; }
span { border-color: rgb(78,160,100); }
td.TdClassName
{
border-color: #4EA064;
}
.TagClassName
{
border-color: #4EA064;
}
</style>