Shades of Chateau Green #409D5D
Tints of Chateau Green #409D5D
RGB
CMYK
RGB Variations
Color information
#409D5D (or 0x409D5D) is known color: Chateau Green. HEX triplet: 40, 9D and 5D. RGB value is (64,157,93). Sum of RGB (Red+Green+Blue) = 64+157+93=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #409D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409D5D is #BF62A2. Grayscale: #7A7A7A. Windows color (decimal): -12542627 or 6135104. OLE color: 6135104.
HSL color Cylindrical-coordinate representation of color #409D5D: hue angle of 138.71º 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 #409D5D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 93 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.38 |
| HSL | 138.71º | 0.42% | 0.43% | - |
| HSV(B) | 138.71º | 0.59% | 0.62% | - |
| XYZ | 16.15 | 25.99 | 14.52 | - |
| YUV | 121.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 93 | 0.59 | 0 | 0.41 | 0.38 | 138.71 | 0.42 | 0.43 |
| Hex | 40 | 9D | 5D | 3B | 0 | 29 | 26 | 8B | 2A | 2B |
| Octal | 100 | 235 | 135 | 73 | 0 | 51 | 46 | 213 | 52 | 53 |
| Binary | 1000000 | 10011101 | 1011101 | 111011 | 0 | 101001 | 100110 | 10001011 | 101010 | 101011 |
Color Harmonies of #409D5D
Complementary color
Monochromatic Colors of #409D5D
Black with #409D5D
Text Example
Text Example
White with #409D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D5D; }
p { color: rgb(64,157,93); }
H1.HeaderClassName
{
color: #409D5D;
}
.AnyTagClassName
{
color: #409D5D;
}
</style>
background-color css
<style>
a { background-color: #409D5D; }
a { background-color: rgb(64,157,93); }
div.DivClassName
{
background-color: #409D5D;
}
.BgClassName
{
background-color: #409D5D;
}
</style>
border-color css
<style>
span { border-color: #409D5D; }
span { border-color: rgb(64,157,93); }
td.TdClassName
{
border-color: #409D5D;
}
.TagClassName
{
border-color: #409D5D;
}
</style>