Shades of Chateau Green #408B52
Tints of Chateau Green #408B52
RGB
CMYK
RGB Variations
Color information
#408B52 (or 0x408B52) is known color: Chateau Green. HEX triplet: 40, 8B and 52. RGB value is (64,139,82). Sum of RGB (Red+Green+Blue) = 64+139+82=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #408B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B52 is #BF74AD. Grayscale: #6E6E6E. Windows color (decimal): -12547246 or 5409600. OLE color: 5409600.
HSL color Cylindrical-coordinate representation of color #408B52: hue angle of 134.4º 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 #408B52 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 82 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.45 |
| HSL | 134.4º | 0.37% | 0.4% | - |
| HSV(B) | 134.4º | 0.54% | 0.55% | - |
| XYZ | 12.87 | 20.16 | 11.2 | - |
| YUV | 110.08 | 112.15 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 82 | 0.54 | 0 | 0.41 | 0.45 | 134.4 | 0.37 | 0.4 |
| Hex | 40 | 8B | 52 | 36 | 0 | 29 | 2D | 86 | 25 | 28 |
| Octal | 100 | 213 | 122 | 66 | 0 | 51 | 55 | 206 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1010010 | 110110 | 0 | 101001 | 101101 | 10000110 | 100101 | 101000 |
Color Harmonies of #408B52
Complementary color
Monochromatic Colors of #408B52
Black with #408B52
Text Example
Text Example
White with #408B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B52; }
p { color: rgb(64,139,82); }
H1.HeaderClassName
{
color: #408B52;
}
.AnyTagClassName
{
color: #408B52;
}
</style>
background-color css
<style>
a { background-color: #408B52; }
a { background-color: rgb(64,139,82); }
div.DivClassName
{
background-color: #408B52;
}
.BgClassName
{
background-color: #408B52;
}
</style>
border-color css
<style>
span { border-color: #408B52; }
span { border-color: rgb(64,139,82); }
td.TdClassName
{
border-color: #408B52;
}
.TagClassName
{
border-color: #408B52;
}
</style>