Shades of Chateau Green #408B56
Tints of Chateau Green #408B56
RGB
CMYK
RGB Variations
Color information
#408B56 (or 0x408B56) is known color: Chateau Green. HEX triplet: 40, 8B and 56. RGB value is (64,139,86). Sum of RGB (Red+Green+Blue) = 64+139+86=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #408B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B56 is #BF74A9. Grayscale: #6E6E6E. Windows color (decimal): -12547242 or 5671744. OLE color: 5671744.
HSL color Cylindrical-coordinate representation of color #408B56: hue angle of 137.6º 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 #408B56 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 86 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.45 |
| HSL | 137.6º | 0.37% | 0.4% | - |
| HSV(B) | 137.6º | 0.54% | 0.55% | - |
| XYZ | 13.03 | 20.23 | 12.02 | - |
| YUV | 110.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 86 | 0.54 | 0 | 0.38 | 0.45 | 137.6 | 0.37 | 0.4 |
| Hex | 40 | 8B | 56 | 36 | 0 | 26 | 2D | 8A | 25 | 28 |
| Octal | 100 | 213 | 126 | 66 | 0 | 46 | 55 | 212 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1010110 | 110110 | 0 | 100110 | 101101 | 10001010 | 100101 | 101000 |
Color Harmonies of #408B56
Complementary color
Monochromatic Colors of #408B56
Black with #408B56
Text Example
Text Example
White with #408B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B56; }
p { color: rgb(64,139,86); }
H1.HeaderClassName
{
color: #408B56;
}
.AnyTagClassName
{
color: #408B56;
}
</style>
background-color css
<style>
a { background-color: #408B56; }
a { background-color: rgb(64,139,86); }
div.DivClassName
{
background-color: #408B56;
}
.BgClassName
{
background-color: #408B56;
}
</style>
border-color css
<style>
span { border-color: #408B56; }
span { border-color: rgb(64,139,86); }
td.TdClassName
{
border-color: #408B56;
}
.TagClassName
{
border-color: #408B56;
}
</style>