Shades of Chateau Green #40A059
Tints of Chateau Green #40A059
RGB
CMYK
RGB Variations
Color information
#40A059 (or 0x40A059) is known color: Chateau Green. HEX triplet: 40, A0 and 59. RGB value is (64,160,89). Sum of RGB (Red+Green+Blue) = 64+160+89=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #40A059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A059 is #BF5FA6. Grayscale: #7B7B7B. Windows color (decimal): -12541863 or 5873728. OLE color: 5873728.
HSL color Cylindrical-coordinate representation of color #40A059: hue angle of 135.62º 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 #40A059 is Cyan = 0.6, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 89 | - |
| CMYK | 0.6 | 0 | 0.44 | 0.37 |
| HSL | 135.63º | 0.43% | 0.44% | - |
| HSV(B) | 135.63º | 0.6% | 0.63% | - |
| XYZ | 16.49 | 26.95 | 13.78 | - |
| YUV | 123.2 | 108.7 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 89 | 0.6 | 0 | 0.44 | 0.37 | 135.63 | 0.43 | 0.44 |
| Hex | 40 | A0 | 59 | 3C | 0 | 2C | 25 | 88 | 2B | 2C |
| Octal | 100 | 240 | 131 | 74 | 0 | 54 | 45 | 210 | 53 | 54 |
| Binary | 1000000 | 10100000 | 1011001 | 111100 | 0 | 101100 | 100101 | 10001000 | 101011 | 101100 |
Color Harmonies of #40A059
Complementary color
Monochromatic Colors of #40A059
Black with #40A059
Text Example
Text Example
White with #40A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A059; }
p { color: rgb(64,160,89); }
H1.HeaderClassName
{
color: #40A059;
}
.AnyTagClassName
{
color: #40A059;
}
</style>
background-color css
<style>
a { background-color: #40A059; }
a { background-color: rgb(64,160,89); }
div.DivClassName
{
background-color: #40A059;
}
.BgClassName
{
background-color: #40A059;
}
</style>
border-color css
<style>
span { border-color: #40A059; }
span { border-color: rgb(64,160,89); }
td.TdClassName
{
border-color: #40A059;
}
.TagClassName
{
border-color: #40A059;
}
</style>