Shades of Chateau Green #409650
Tints of Chateau Green #409650
RGB
CMYK
RGB Variations
Color information
#409650 (or 0x409650) is known color: Chateau Green. HEX triplet: 40, 96 and 50. RGB value is (64,150,80). Sum of RGB (Red+Green+Blue) = 64+150+80=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #409650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409650 is #BF69AF. Grayscale: #747474. Windows color (decimal): -12544432 or 5281344. OLE color: 5281344.
HSL color Cylindrical-coordinate representation of color #409650: hue angle of 131.16º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409650 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 80 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.41 |
| HSL | 131.16º | 0.4% | 0.42% | - |
| HSV(B) | 131.16º | 0.57% | 0.59% | - |
| XYZ | 14.47 | 23.48 | 11.36 | - |
| YUV | 116.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 80 | 0.57 | 0 | 0.47 | 0.41 | 131.16 | 0.4 | 0.42 |
| Hex | 40 | 96 | 50 | 39 | 0 | 2F | 29 | 83 | 28 | 2A |
| Octal | 100 | 226 | 120 | 71 | 0 | 57 | 51 | 203 | 50 | 52 |
| Binary | 1000000 | 10010110 | 1010000 | 111001 | 0 | 101111 | 101001 | 10000011 | 101000 | 101010 |
Color Harmonies of #409650
Complementary color
Monochromatic Colors of #409650
Black with #409650
Text Example
Text Example
White with #409650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409650; }
p { color: rgb(64,150,80); }
H1.HeaderClassName
{
color: #409650;
}
.AnyTagClassName
{
color: #409650;
}
</style>
background-color css
<style>
a { background-color: #409650; }
a { background-color: rgb(64,150,80); }
div.DivClassName
{
background-color: #409650;
}
.BgClassName
{
background-color: #409650;
}
</style>
border-color css
<style>
span { border-color: #409650; }
span { border-color: rgb(64,150,80); }
td.TdClassName
{
border-color: #409650;
}
.TagClassName
{
border-color: #409650;
}
</style>