Shades of Chateau Green #409D52
Tints of Chateau Green #409D52
RGB
CMYK
RGB Variations
Color information
#409D52 (or 0x409D52) is known color: Chateau Green. HEX triplet: 40, 9D and 52. RGB value is (64,157,82). Sum of RGB (Red+Green+Blue) = 64+157+82=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #409D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409D52 is #BF62AD. Grayscale: #787878. Windows color (decimal): -12542638 or 5414208. OLE color: 5414208.
HSL color Cylindrical-coordinate representation of color #409D52: hue angle of 131.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409D52 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 82 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.38 |
| HSL | 131.61º | 0.42% | 0.43% | - |
| HSV(B) | 131.61º | 0.59% | 0.62% | - |
| XYZ | 15.69 | 25.81 | 12.14 | - |
| YUV | 120.64 | 106.19 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 82 | 0.59 | 0 | 0.48 | 0.38 | 131.61 | 0.42 | 0.43 |
| Hex | 40 | 9D | 52 | 3B | 0 | 30 | 26 | 84 | 2A | 2B |
| Octal | 100 | 235 | 122 | 73 | 0 | 60 | 46 | 204 | 52 | 53 |
| Binary | 1000000 | 10011101 | 1010010 | 111011 | 0 | 110000 | 100110 | 10000100 | 101010 | 101011 |
Color Harmonies of #409D52
Complementary color
Monochromatic Colors of #409D52
Black with #409D52
Text Example
Text Example
White with #409D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D52; }
p { color: rgb(64,157,82); }
H1.HeaderClassName
{
color: #409D52;
}
.AnyTagClassName
{
color: #409D52;
}
</style>
background-color css
<style>
a { background-color: #409D52; }
a { background-color: rgb(64,157,82); }
div.DivClassName
{
background-color: #409D52;
}
.BgClassName
{
background-color: #409D52;
}
</style>
border-color css
<style>
span { border-color: #409D52; }
span { border-color: rgb(64,157,82); }
td.TdClassName
{
border-color: #409D52;
}
.TagClassName
{
border-color: #409D52;
}
</style>