Shades of Chateau Green #408A51
Tints of Chateau Green #408A51
RGB
CMYK
RGB Variations
Color information
#408A51 (or 0x408A51) is known color: Chateau Green. HEX triplet: 40, 8A and 51. RGB value is (64,138,81). Sum of RGB (Red+Green+Blue) = 64+138+81=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #408A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A51 is #BF75AE. Grayscale: #6D6D6D. Windows color (decimal): -12547503 or 5343808. OLE color: 5343808.
HSL color Cylindrical-coordinate representation of color #408A51: hue angle of 133.78º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A51 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 81 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.46 |
| HSL | 133.78º | 0.37% | 0.4% | - |
| HSV(B) | 133.78º | 0.54% | 0.54% | - |
| XYZ | 12.69 | 19.86 | 10.95 | - |
| YUV | 109.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 81 | 0.54 | 0 | 0.41 | 0.46 | 133.78 | 0.37 | 0.4 |
| Hex | 40 | 8A | 51 | 36 | 0 | 29 | 2E | 86 | 25 | 28 |
| Octal | 100 | 212 | 121 | 66 | 0 | 51 | 56 | 206 | 45 | 50 |
| Binary | 1000000 | 10001010 | 1010001 | 110110 | 0 | 101001 | 101110 | 10000110 | 100101 | 101000 |
Color Harmonies of #408A51
Complementary color
Monochromatic Colors of #408A51
Black with #408A51
Text Example
Text Example
White with #408A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A51; }
p { color: rgb(64,138,81); }
H1.HeaderClassName
{
color: #408A51;
}
.AnyTagClassName
{
color: #408A51;
}
</style>
background-color css
<style>
a { background-color: #408A51; }
a { background-color: rgb(64,138,81); }
div.DivClassName
{
background-color: #408A51;
}
.BgClassName
{
background-color: #408A51;
}
</style>
border-color css
<style>
span { border-color: #408A51; }
span { border-color: rgb(64,138,81); }
td.TdClassName
{
border-color: #408A51;
}
.TagClassName
{
border-color: #408A51;
}
</style>