Shades of Chateau Green #40A15B
Tints of Chateau Green #40A15B
RGB
CMYK
RGB Variations
Color information
#40A15B (or 0x40A15B) is known color: Chateau Green. HEX triplet: 40, A1 and 5B. RGB value is (64,161,91). Sum of RGB (Red+Green+Blue) = 64+161+91=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #40A15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A15B is #BF5EA4. Grayscale: #7C7C7C. Windows color (decimal): -12541605 or 6005056. OLE color: 6005056.
HSL color Cylindrical-coordinate representation of color #40A15B: hue angle of 136.7º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A15B is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 161 | 91 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.37 |
| HSL | 136.7º | 0.43% | 0.44% | - |
| HSV(B) | 136.7º | 0.6% | 0.63% | - |
| XYZ | 16.75 | 27.34 | 14.29 | - |
| YUV | 124.02 | 109.36 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 161 | 91 | 0.60 | 0 | 0.43 | 0.37 | 136.7 | 0.43 | 0.44 |
| Hex | 40 | A1 | 5B | 3C | 0 | 2B | 25 | 89 | 2B | 2C |
| Octal | 100 | 241 | 133 | 74 | 0 | 53 | 45 | 211 | 53 | 54 |
| Binary | 1000000 | 10100001 | 1011011 | 111100 | 0 | 101011 | 100101 | 10001001 | 101011 | 101100 |
Color Harmonies of #40A15B
Complementary color
Monochromatic Colors of #40A15B
Black with #40A15B
Text Example
Text Example
White with #40A15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A15B; }
p { color: rgb(64,161,91); }
H1.HeaderClassName
{
color: #40A15B;
}
.AnyTagClassName
{
color: #40A15B;
}
</style>
background-color css
<style>
a { background-color: #40A15B; }
a { background-color: rgb(64,161,91); }
div.DivClassName
{
background-color: #40A15B;
}
.BgClassName
{
background-color: #40A15B;
}
</style>
border-color css
<style>
span { border-color: #40A15B; }
span { border-color: rgb(64,161,91); }
td.TdClassName
{
border-color: #40A15B;
}
.TagClassName
{
border-color: #40A15B;
}
</style>