Shades of Chateau Green #409D5E
Tints of Chateau Green #409D5E
RGB
CMYK
RGB Variations
Color information
#409D5E (or 0x409D5E) is known color: Chateau Green. HEX triplet: 40, 9D and 5E. RGB value is (64,157,94). Sum of RGB (Red+Green+Blue) = 64+157+94=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #409D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409D5E is #BF62A1. Grayscale: #7A7A7A. Windows color (decimal): -12542626 or 6200640. OLE color: 6200640.
HSL color Cylindrical-coordinate representation of color #409D5E: hue angle of 139.35º 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 #409D5E is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 94 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.38 |
| HSL | 139.35º | 0.42% | 0.43% | - |
| HSV(B) | 139.35º | 0.59% | 0.62% | - |
| XYZ | 16.19 | 26.01 | 14.76 | - |
| YUV | 122.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 94 | 0.59 | 0 | 0.40 | 0.38 | 139.35 | 0.42 | 0.43 |
| Hex | 40 | 9D | 5E | 3B | 0 | 28 | 26 | 8B | 2A | 2B |
| Octal | 100 | 235 | 136 | 73 | 0 | 50 | 46 | 213 | 52 | 53 |
| Binary | 1000000 | 10011101 | 1011110 | 111011 | 0 | 101000 | 100110 | 10001011 | 101010 | 101011 |
Color Harmonies of #409D5E
Complementary color
Monochromatic Colors of #409D5E
Black with #409D5E
Text Example
Text Example
White with #409D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D5E; }
p { color: rgb(64,157,94); }
H1.HeaderClassName
{
color: #409D5E;
}
.AnyTagClassName
{
color: #409D5E;
}
</style>
background-color css
<style>
a { background-color: #409D5E; }
a { background-color: rgb(64,157,94); }
div.DivClassName
{
background-color: #409D5E;
}
.BgClassName
{
background-color: #409D5E;
}
</style>
border-color css
<style>
span { border-color: #409D5E; }
span { border-color: rgb(64,157,94); }
td.TdClassName
{
border-color: #409D5E;
}
.TagClassName
{
border-color: #409D5E;
}
</style>