Shades of Chateau Green #40AB56
Tints of Chateau Green #40AB56
RGB
CMYK
RGB Variations
Color information
#40AB56 (or 0x40AB56) is known color: Chateau Green. HEX triplet: 40, AB and 56. RGB value is (64,171,86). Sum of RGB (Red+Green+Blue) = 64+171+86=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB56 is #BF54A9. Grayscale: #818181. Windows color (decimal): -12539050 or 5679936. OLE color: 5679936.
HSL color Cylindrical-coordinate representation of color #40AB56: hue angle of 132.34º 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 #40AB56 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 86 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.33 |
| HSL | 132.34º | 0.46% | 0.46% | - |
| HSV(B) | 132.34º | 0.63% | 0.67% | - |
| XYZ | 18.36 | 30.89 | 13.8 | - |
| YUV | 129.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 86 | 0.63 | 0 | 0.50 | 0.33 | 132.34 | 0.46 | 0.46 |
| Hex | 40 | AB | 56 | 3F | 0 | 32 | 21 | 84 | 2E | 2E |
| Octal | 100 | 253 | 126 | 77 | 0 | 62 | 41 | 204 | 56 | 56 |
| Binary | 1000000 | 10101011 | 1010110 | 111111 | 0 | 110010 | 100001 | 10000100 | 101110 | 101110 |
Color Harmonies of #40AB56
Complementary color
Monochromatic Colors of #40AB56
Black with #40AB56
Text Example
Text Example
White with #40AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB56; }
p { color: rgb(64,171,86); }
H1.HeaderClassName
{
color: #40AB56;
}
.AnyTagClassName
{
color: #40AB56;
}
</style>
background-color css
<style>
a { background-color: #40AB56; }
a { background-color: rgb(64,171,86); }
div.DivClassName
{
background-color: #40AB56;
}
.BgClassName
{
background-color: #40AB56;
}
</style>
border-color css
<style>
span { border-color: #40AB56; }
span { border-color: rgb(64,171,86); }
td.TdClassName
{
border-color: #40AB56;
}
.TagClassName
{
border-color: #40AB56;
}
</style>