Shades of Chateau Green #40AB5E
Tints of Chateau Green #40AB5E
RGB
CMYK
RGB Variations
Color information
#40AB5E (or 0x40AB5E) is known color: Chateau Green. HEX triplet: 40, AB and 5E. RGB value is (64,171,94). Sum of RGB (Red+Green+Blue) = 64+171+94=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB5E is #BF54A1. Grayscale: #828282. Windows color (decimal): -12539042 or 6204224. OLE color: 6204224.
HSL color Cylindrical-coordinate representation of color #40AB5E: hue angle of 136.82º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AB5E is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 94 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.33 |
| HSL | 136.82º | 0.46% | 0.46% | - |
| HSV(B) | 136.82º | 0.63% | 0.67% | - |
| XYZ | 18.7 | 31.02 | 15.59 | - |
| YUV | 130.23 | 107.55 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 94 | 0.63 | 0 | 0.45 | 0.33 | 136.82 | 0.46 | 0.46 |
| Hex | 40 | AB | 5E | 3F | 0 | 2D | 21 | 89 | 2E | 2E |
| Octal | 100 | 253 | 136 | 77 | 0 | 55 | 41 | 211 | 56 | 56 |
| Binary | 1000000 | 10101011 | 1011110 | 111111 | 0 | 101101 | 100001 | 10001001 | 101110 | 101110 |
Color Harmonies of #40AB5E
Complementary color
Monochromatic Colors of #40AB5E
Black with #40AB5E
Text Example
Text Example
White with #40AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB5E; }
p { color: rgb(64,171,94); }
H1.HeaderClassName
{
color: #40AB5E;
}
.AnyTagClassName
{
color: #40AB5E;
}
</style>
background-color css
<style>
a { background-color: #40AB5E; }
a { background-color: rgb(64,171,94); }
div.DivClassName
{
background-color: #40AB5E;
}
.BgClassName
{
background-color: #40AB5E;
}
</style>
border-color css
<style>
span { border-color: #40AB5E; }
span { border-color: rgb(64,171,94); }
td.TdClassName
{
border-color: #40AB5E;
}
.TagClassName
{
border-color: #40AB5E;
}
</style>