Shades of Chateau Green #408F50
Tints of Chateau Green #408F50
RGB
CMYK
RGB Variations
Color information
#408F50 (or 0x408F50) is known color: Chateau Green. HEX triplet: 40, 8F and 50. RGB value is (64,143,80). Sum of RGB (Red+Green+Blue) = 64+143+80=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #408F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F50 is #BF70AF. Grayscale: #707070. Windows color (decimal): -12546224 or 5279552. OLE color: 5279552.
HSL color Cylindrical-coordinate representation of color #408F50: hue angle of 132.15º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F50 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 80 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.44 |
| HSL | 132.15º | 0.38% | 0.41% | - |
| HSV(B) | 132.15º | 0.55% | 0.56% | - |
| XYZ | 13.38 | 21.31 | 11 | - |
| YUV | 112.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 80 | 0.55 | 0 | 0.44 | 0.44 | 132.15 | 0.38 | 0.41 |
| Hex | 40 | 8F | 50 | 37 | 0 | 2C | 2C | 84 | 26 | 29 |
| Octal | 100 | 217 | 120 | 67 | 0 | 54 | 54 | 204 | 46 | 51 |
| Binary | 1000000 | 10001111 | 1010000 | 110111 | 0 | 101100 | 101100 | 10000100 | 100110 | 101001 |
Color Harmonies of #408F50
Complementary color
Monochromatic Colors of #408F50
Black with #408F50
Text Example
Text Example
White with #408F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F50; }
p { color: rgb(64,143,80); }
H1.HeaderClassName
{
color: #408F50;
}
.AnyTagClassName
{
color: #408F50;
}
</style>
background-color css
<style>
a { background-color: #408F50; }
a { background-color: rgb(64,143,80); }
div.DivClassName
{
background-color: #408F50;
}
.BgClassName
{
background-color: #408F50;
}
</style>
border-color css
<style>
span { border-color: #408F50; }
span { border-color: rgb(64,143,80); }
td.TdClassName
{
border-color: #408F50;
}
.TagClassName
{
border-color: #408F50;
}
</style>