Shades of Chateau Green #408B53
Tints of Chateau Green #408B53
RGB
CMYK
RGB Variations
Color information
#408B53 (or 0x408B53) is known color: Chateau Green. HEX triplet: 40, 8B and 53. RGB value is (64,139,83). Sum of RGB (Red+Green+Blue) = 64+139+83=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #408B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B53 is #BF74AC. Grayscale: #6E6E6E. Windows color (decimal): -12547245 or 5475136. OLE color: 5475136.
HSL color Cylindrical-coordinate representation of color #408B53: hue angle of 135.2º 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 #408B53 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 83 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.45 |
| HSL | 135.2º | 0.37% | 0.4% | - |
| HSV(B) | 135.2º | 0.54% | 0.55% | - |
| XYZ | 12.91 | 20.18 | 11.4 | - |
| YUV | 110.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 83 | 0.54 | 0 | 0.40 | 0.45 | 135.2 | 0.37 | 0.4 |
| Hex | 40 | 8B | 53 | 36 | 0 | 28 | 2D | 87 | 25 | 28 |
| Octal | 100 | 213 | 123 | 66 | 0 | 50 | 55 | 207 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1010011 | 110110 | 0 | 101000 | 101101 | 10000111 | 100101 | 101000 |
Color Harmonies of #408B53
Complementary color
Monochromatic Colors of #408B53
Black with #408B53
Text Example
Text Example
White with #408B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B53; }
p { color: rgb(64,139,83); }
H1.HeaderClassName
{
color: #408B53;
}
.AnyTagClassName
{
color: #408B53;
}
</style>
background-color css
<style>
a { background-color: #408B53; }
a { background-color: rgb(64,139,83); }
div.DivClassName
{
background-color: #408B53;
}
.BgClassName
{
background-color: #408B53;
}
</style>
border-color css
<style>
span { border-color: #408B53; }
span { border-color: rgb(64,139,83); }
td.TdClassName
{
border-color: #408B53;
}
.TagClassName
{
border-color: #408B53;
}
</style>