Shades of Chateau Green #409550
Tints of Chateau Green #409550
RGB
CMYK
RGB Variations
Color information
#409550 (or 0x409550) is known color: Chateau Green. HEX triplet: 40, 95 and 50. RGB value is (64,149,80). Sum of RGB (Red+Green+Blue) = 64+149+80=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #409550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409550 is #BF6AAF. Grayscale: #737373. Windows color (decimal): -12544688 or 5281088. OLE color: 5281088.
HSL color Cylindrical-coordinate representation of color #409550: hue angle of 131.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409550 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 80 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.42 |
| HSL | 131.29º | 0.4% | 0.42% | - |
| HSV(B) | 131.29º | 0.57% | 0.58% | - |
| XYZ | 14.31 | 23.16 | 11.31 | - |
| YUV | 115.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 80 | 0.57 | 0 | 0.46 | 0.42 | 131.29 | 0.4 | 0.42 |
| Hex | 40 | 95 | 50 | 39 | 0 | 2E | 2A | 83 | 28 | 2A |
| Octal | 100 | 225 | 120 | 71 | 0 | 56 | 52 | 203 | 50 | 52 |
| Binary | 1000000 | 10010101 | 1010000 | 111001 | 0 | 101110 | 101010 | 10000011 | 101000 | 101010 |
Color Harmonies of #409550
Complementary color
Monochromatic Colors of #409550
Black with #409550
Text Example
Text Example
White with #409550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409550; }
p { color: rgb(64,149,80); }
H1.HeaderClassName
{
color: #409550;
}
.AnyTagClassName
{
color: #409550;
}
</style>
background-color css
<style>
a { background-color: #409550; }
a { background-color: rgb(64,149,80); }
div.DivClassName
{
background-color: #409550;
}
.BgClassName
{
background-color: #409550;
}
</style>
border-color css
<style>
span { border-color: #409550; }
span { border-color: rgb(64,149,80); }
td.TdClassName
{
border-color: #409550;
}
.TagClassName
{
border-color: #409550;
}
</style>