Shades of Chateau Green #408E59
Tints of Chateau Green #408E59
RGB
CMYK
RGB Variations
Color information
#408E59 (or 0x408E59) is known color: Chateau Green. HEX triplet: 40, 8E and 59. RGB value is (64,142,89). Sum of RGB (Red+Green+Blue) = 64+142+89=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #408E59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E59 is #BF71A6. Grayscale: #707070. Windows color (decimal): -12546471 or 5869120. OLE color: 5869120.
HSL color Cylindrical-coordinate representation of color #408E59: hue angle of 139.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E59 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 89 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.44 |
| HSL | 139.23º | 0.38% | 0.4% | - |
| HSV(B) | 139.23º | 0.55% | 0.56% | - |
| XYZ | 13.59 | 21.16 | 12.82 | - |
| YUV | 112.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 89 | 0.55 | 0 | 0.37 | 0.44 | 139.23 | 0.38 | 0.4 |
| Hex | 40 | 8E | 59 | 37 | 0 | 25 | 2C | 8B | 26 | 28 |
| Octal | 100 | 216 | 131 | 67 | 0 | 45 | 54 | 213 | 46 | 50 |
| Binary | 1000000 | 10001110 | 1011001 | 110111 | 0 | 100101 | 101100 | 10001011 | 100110 | 101000 |
Color Harmonies of #408E59
Complementary color
Monochromatic Colors of #408E59
Black with #408E59
Text Example
Text Example
White with #408E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E59; }
p { color: rgb(64,142,89); }
H1.HeaderClassName
{
color: #408E59;
}
.AnyTagClassName
{
color: #408E59;
}
</style>
background-color css
<style>
a { background-color: #408E59; }
a { background-color: rgb(64,142,89); }
div.DivClassName
{
background-color: #408E59;
}
.BgClassName
{
background-color: #408E59;
}
</style>
border-color css
<style>
span { border-color: #408E59; }
span { border-color: rgb(64,142,89); }
td.TdClassName
{
border-color: #408E59;
}
.TagClassName
{
border-color: #408E59;
}
</style>