Shades of Chateau Green #40AB5B
Tints of Chateau Green #40AB5B
RGB
CMYK
RGB Variations
Color information
#40AB5B (or 0x40AB5B) is known color: Chateau Green. HEX triplet: 40, AB and 5B. RGB value is (64,171,91). Sum of RGB (Red+Green+Blue) = 64+171+91=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB5B is #BF54A4. Grayscale: #828282. Windows color (decimal): -12539045 or 6007616. OLE color: 6007616.
HSL color Cylindrical-coordinate representation of color #40AB5B: hue angle of 135.14º 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 #40AB5B is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 91 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.33 |
| HSL | 135.14º | 0.46% | 0.46% | - |
| HSV(B) | 135.14º | 0.63% | 0.67% | - |
| XYZ | 18.57 | 30.97 | 14.9 | - |
| YUV | 129.89 | 106.05 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 91 | 0.63 | 0 | 0.47 | 0.33 | 135.14 | 0.46 | 0.46 |
| Hex | 40 | AB | 5B | 3F | 0 | 2F | 21 | 87 | 2E | 2E |
| Octal | 100 | 253 | 133 | 77 | 0 | 57 | 41 | 207 | 56 | 56 |
| Binary | 1000000 | 10101011 | 1011011 | 111111 | 0 | 101111 | 100001 | 10000111 | 101110 | 101110 |
Color Harmonies of #40AB5B
Complementary color
Monochromatic Colors of #40AB5B
Black with #40AB5B
Text Example
Text Example
White with #40AB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB5B; }
p { color: rgb(64,171,91); }
H1.HeaderClassName
{
color: #40AB5B;
}
.AnyTagClassName
{
color: #40AB5B;
}
</style>
background-color css
<style>
a { background-color: #40AB5B; }
a { background-color: rgb(64,171,91); }
div.DivClassName
{
background-color: #40AB5B;
}
.BgClassName
{
background-color: #40AB5B;
}
</style>
border-color css
<style>
span { border-color: #40AB5B; }
span { border-color: rgb(64,171,91); }
td.TdClassName
{
border-color: #40AB5B;
}
.TagClassName
{
border-color: #40AB5B;
}
</style>