Shades of Chateau Green #408C4E
Tints of Chateau Green #408C4E
RGB
CMYK
RGB Variations
Color information
#408C4E (or 0x408C4E) is known color: Chateau Green. HEX triplet: 40, 8C and 4E. RGB value is (64,140,78). Sum of RGB (Red+Green+Blue) = 64+140+78=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #408C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C4E is #BF73B1. Grayscale: #6E6E6E. Windows color (decimal): -12546994 or 5147712. OLE color: 5147712.
HSL color Cylindrical-coordinate representation of color #408C4E: hue angle of 131.05º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408C4E is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 78 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.45 |
| HSL | 131.05º | 0.37% | 0.4% | - |
| HSV(B) | 131.05º | 0.54% | 0.55% | - |
| XYZ | 12.87 | 20.4 | 10.47 | - |
| YUV | 110.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 78 | 0.54 | 0 | 0.44 | 0.45 | 131.05 | 0.37 | 0.4 |
| Hex | 40 | 8C | 4E | 36 | 0 | 2C | 2D | 83 | 25 | 28 |
| Octal | 100 | 214 | 116 | 66 | 0 | 54 | 55 | 203 | 45 | 50 |
| Binary | 1000000 | 10001100 | 1001110 | 110110 | 0 | 101100 | 101101 | 10000011 | 100101 | 101000 |
Color Harmonies of #408C4E
Complementary color
Monochromatic Colors of #408C4E
Black with #408C4E
Text Example
Text Example
White with #408C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C4E; }
p { color: rgb(64,140,78); }
H1.HeaderClassName
{
color: #408C4E;
}
.AnyTagClassName
{
color: #408C4E;
}
</style>
background-color css
<style>
a { background-color: #408C4E; }
a { background-color: rgb(64,140,78); }
div.DivClassName
{
background-color: #408C4E;
}
.BgClassName
{
background-color: #408C4E;
}
</style>
border-color css
<style>
span { border-color: #408C4E; }
span { border-color: rgb(64,140,78); }
td.TdClassName
{
border-color: #408C4E;
}
.TagClassName
{
border-color: #408C4E;
}
</style>