Shades of Chateau Green #408D51
Tints of Chateau Green #408D51
RGB
CMYK
RGB Variations
Color information
#408D51 (or 0x408D51) is known color: Chateau Green. HEX triplet: 40, 8D and 51. RGB value is (64,141,81). Sum of RGB (Red+Green+Blue) = 64+141+81=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #408D51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D51 is #BF72AE. Grayscale: #6F6F6F. Windows color (decimal): -12546735 or 5344576. OLE color: 5344576.
HSL color Cylindrical-coordinate representation of color #408D51: hue angle of 133.25º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408D51 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 141 | 81 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.45 |
| HSL | 133.25º | 0.38% | 0.4% | - |
| HSV(B) | 133.25º | 0.55% | 0.55% | - |
| XYZ | 13.12 | 20.73 | 11.09 | - |
| YUV | 111.14 | 110.99 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 81 | 0.55 | 0 | 0.43 | 0.45 | 133.25 | 0.38 | 0.4 |
| Hex | 40 | 8D | 51 | 37 | 0 | 2B | 2D | 85 | 26 | 28 |
| Octal | 100 | 215 | 121 | 67 | 0 | 53 | 55 | 205 | 46 | 50 |
| Binary | 1000000 | 10001101 | 1010001 | 110111 | 0 | 101011 | 101101 | 10000101 | 100110 | 101000 |
Color Harmonies of #408D51
Complementary color
Monochromatic Colors of #408D51
Black with #408D51
Text Example
Text Example
White with #408D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408D51; }
p { color: rgb(64,141,81); }
H1.HeaderClassName
{
color: #408D51;
}
.AnyTagClassName
{
color: #408D51;
}
</style>
background-color css
<style>
a { background-color: #408D51; }
a { background-color: rgb(64,141,81); }
div.DivClassName
{
background-color: #408D51;
}
.BgClassName
{
background-color: #408D51;
}
</style>
border-color css
<style>
span { border-color: #408D51; }
span { border-color: rgb(64,141,81); }
td.TdClassName
{
border-color: #408D51;
}
.TagClassName
{
border-color: #408D51;
}
</style>