Shades of Chateau Green #4E985E
Tints of Chateau Green #4E985E
RGB
CMYK
RGB Variations
Color information
#4E985E (or 0x4E985E) is known color: Chateau Green. HEX triplet: 4E, 98 and 5E. RGB value is (78,152,94). Sum of RGB (Red+Green+Blue) = 78+152+94=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #4E985E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E985E is #B167A1. Grayscale: #7B7B7B. Windows color (decimal): -11626402 or 6199374. OLE color: 6199374.
HSL color Cylindrical-coordinate representation of color #4E985E: hue angle of 132.97º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E985E is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 152 | 94 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.40 |
| HSL | 132.97º | 0.32% | 0.45% | - |
| HSV(B) | 132.97º | 0.49% | 0.6% | - |
| XYZ | 16.39 | 24.88 | 14.53 | - |
| YUV | 123.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 152 | 94 | 0.49 | 0 | 0.38 | 0.40 | 132.97 | 0.32 | 0.45 |
| Hex | 4E | 98 | 5E | 31 | 0 | 26 | 28 | 85 | 20 | 2D |
| Octal | 116 | 230 | 136 | 61 | 0 | 46 | 50 | 205 | 40 | 55 |
| Binary | 1001110 | 10011000 | 1011110 | 110001 | 0 | 100110 | 101000 | 10000101 | 100000 | 101101 |
Color Harmonies of #4E985E
Complementary color
Monochromatic Colors of #4E985E
Black with #4E985E
Text Example
Text Example
White with #4E985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E985E; }
p { color: rgb(78,152,94); }
H1.HeaderClassName
{
color: #4E985E;
}
.AnyTagClassName
{
color: #4E985E;
}
</style>
background-color css
<style>
a { background-color: #4E985E; }
a { background-color: rgb(78,152,94); }
div.DivClassName
{
background-color: #4E985E;
}
.BgClassName
{
background-color: #4E985E;
}
</style>
border-color css
<style>
span { border-color: #4E985E; }
span { border-color: rgb(78,152,94); }
td.TdClassName
{
border-color: #4E985E;
}
.TagClassName
{
border-color: #4E985E;
}
</style>