Shades of Chateau Green #409961
Tints of Chateau Green #409961
RGB
CMYK
RGB Variations
Color information
#409961 (or 0x409961) is known color: Chateau Green. HEX triplet: 40, 99 and 61. RGB value is (64,153,97). Sum of RGB (Red+Green+Blue) = 64+153+97=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #409961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409961 is #BF669E. Grayscale: #787878. Windows color (decimal): -12543647 or 6396224. OLE color: 6396224.
HSL color Cylindrical-coordinate representation of color #409961: hue angle of 142.25º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409961 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 97 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.4 |
| HSL | 142.25º | 0.41% | 0.43% | - |
| HSV(B) | 142.25º | 0.58% | 0.6% | - |
| XYZ | 15.66 | 24.74 | 15.26 | - |
| YUV | 120.01 | 115.01 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 97 | 0.58 | 0 | 0.37 | 0.4 | 142.25 | 0.41 | 0.43 |
| Hex | 40 | 99 | 61 | 3A | 0 | 25 | 28 | 8E | 29 | 2B |
| Octal | 100 | 231 | 141 | 72 | 0 | 45 | 50 | 216 | 51 | 53 |
| Binary | 1000000 | 10011001 | 1100001 | 111010 | 0 | 100101 | 101000 | 10001110 | 101001 | 101011 |
Color Harmonies of #409961
Complementary color
Monochromatic Colors of #409961
Black with #409961
Text Example
Text Example
White with #409961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409961; }
p { color: rgb(64,153,97); }
H1.HeaderClassName
{
color: #409961;
}
.AnyTagClassName
{
color: #409961;
}
</style>
background-color css
<style>
a { background-color: #409961; }
a { background-color: rgb(64,153,97); }
div.DivClassName
{
background-color: #409961;
}
.BgClassName
{
background-color: #409961;
}
</style>
border-color css
<style>
span { border-color: #409961; }
span { border-color: rgb(64,153,97); }
td.TdClassName
{
border-color: #409961;
}
.TagClassName
{
border-color: #409961;
}
</style>