Shades of Chateau Green #408B50
Tints of Chateau Green #408B50
RGB
CMYK
RGB Variations
Color information
#408B50 (or 0x408B50) is known color: Chateau Green. HEX triplet: 40, 8B and 50. RGB value is (64,139,80). Sum of RGB (Red+Green+Blue) = 64+139+80=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #408B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B50 is #BF74AF. Grayscale: #6E6E6E. Windows color (decimal): -12547248 or 5278528. OLE color: 5278528.
HSL color Cylindrical-coordinate representation of color #408B50: hue angle of 132.8º 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 #408B50 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 80 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.45 |
| HSL | 132.8º | 0.37% | 0.4% | - |
| HSV(B) | 132.8º | 0.54% | 0.55% | - |
| XYZ | 12.79 | 20.13 | 10.8 | - |
| YUV | 109.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 80 | 0.54 | 0 | 0.42 | 0.45 | 132.8 | 0.37 | 0.4 |
| Hex | 40 | 8B | 50 | 36 | 0 | 2A | 2D | 85 | 25 | 28 |
| Octal | 100 | 213 | 120 | 66 | 0 | 52 | 55 | 205 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1010000 | 110110 | 0 | 101010 | 101101 | 10000101 | 100101 | 101000 |
Color Harmonies of #408B50
Complementary color
Monochromatic Colors of #408B50
Black with #408B50
Text Example
Text Example
White with #408B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B50; }
p { color: rgb(64,139,80); }
H1.HeaderClassName
{
color: #408B50;
}
.AnyTagClassName
{
color: #408B50;
}
</style>
background-color css
<style>
a { background-color: #408B50; }
a { background-color: rgb(64,139,80); }
div.DivClassName
{
background-color: #408B50;
}
.BgClassName
{
background-color: #408B50;
}
</style>
border-color css
<style>
span { border-color: #408B50; }
span { border-color: rgb(64,139,80); }
td.TdClassName
{
border-color: #408B50;
}
.TagClassName
{
border-color: #408B50;
}
</style>