Shades of Chateau Green #408E52
Tints of Chateau Green #408E52
RGB
CMYK
RGB Variations
Color information
#408E52 (or 0x408E52) is known color: Chateau Green. HEX triplet: 40, 8E and 52. RGB value is (64,142,82). Sum of RGB (Red+Green+Blue) = 64+142+82=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #408E52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E52 is #BF71AD. Grayscale: #707070. Windows color (decimal): -12546478 or 5410368. OLE color: 5410368.
HSL color Cylindrical-coordinate representation of color #408E52: hue angle of 133.85º 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 #408E52 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 82 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.44 |
| HSL | 133.85º | 0.38% | 0.4% | - |
| HSV(B) | 133.85º | 0.55% | 0.56% | - |
| XYZ | 13.31 | 21.05 | 11.34 | - |
| YUV | 111.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 82 | 0.55 | 0 | 0.42 | 0.44 | 133.85 | 0.38 | 0.4 |
| Hex | 40 | 8E | 52 | 37 | 0 | 2A | 2C | 86 | 26 | 28 |
| Octal | 100 | 216 | 122 | 67 | 0 | 52 | 54 | 206 | 46 | 50 |
| Binary | 1000000 | 10001110 | 1010010 | 110111 | 0 | 101010 | 101100 | 10000110 | 100110 | 101000 |
Color Harmonies of #408E52
Complementary color
Monochromatic Colors of #408E52
Black with #408E52
Text Example
Text Example
White with #408E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E52; }
p { color: rgb(64,142,82); }
H1.HeaderClassName
{
color: #408E52;
}
.AnyTagClassName
{
color: #408E52;
}
</style>
background-color css
<style>
a { background-color: #408E52; }
a { background-color: rgb(64,142,82); }
div.DivClassName
{
background-color: #408E52;
}
.BgClassName
{
background-color: #408E52;
}
</style>
border-color css
<style>
span { border-color: #408E52; }
span { border-color: rgb(64,142,82); }
td.TdClassName
{
border-color: #408E52;
}
.TagClassName
{
border-color: #408E52;
}
</style>