Shades of Chateau Green #40A064
Tints of Chateau Green #40A064
RGB
CMYK
RGB Variations
Color information
#40A064 (or 0x40A064) is known color: Chateau Green. HEX triplet: 40, A0 and 64. RGB value is (64,160,100). Sum of RGB (Red+Green+Blue) = 64+160+100=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #40A064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A064 is #BF5F9B. Grayscale: #7C7C7C. Windows color (decimal): -12541852 or 6594624. OLE color: 6594624.
HSL color Cylindrical-coordinate representation of color #40A064: hue angle of 142.5º 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 #40A064 is Cyan = 0.6, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 100 | - |
| CMYK | 0.6 | 0 | 0.38 | 0.37 |
| HSL | 142.5º | 0.43% | 0.44% | - |
| HSV(B) | 142.5º | 0.6% | 0.63% | - |
| XYZ | 16.99 | 27.15 | 16.4 | - |
| YUV | 124.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 100 | 0.6 | 0 | 0.38 | 0.37 | 142.5 | 0.43 | 0.44 |
| Hex | 40 | A0 | 64 | 3C | 0 | 26 | 25 | 8E | 2B | 2C |
| Octal | 100 | 240 | 144 | 74 | 0 | 46 | 45 | 216 | 53 | 54 |
| Binary | 1000000 | 10100000 | 1100100 | 111100 | 0 | 100110 | 100101 | 10001110 | 101011 | 101100 |
Color Harmonies of #40A064
Complementary color
Monochromatic Colors of #40A064
Black with #40A064
Text Example
Text Example
White with #40A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A064; }
p { color: rgb(64,160,100); }
H1.HeaderClassName
{
color: #40A064;
}
.AnyTagClassName
{
color: #40A064;
}
</style>
background-color css
<style>
a { background-color: #40A064; }
a { background-color: rgb(64,160,100); }
div.DivClassName
{
background-color: #40A064;
}
.BgClassName
{
background-color: #40A064;
}
</style>
border-color css
<style>
span { border-color: #40A064; }
span { border-color: rgb(64,160,100); }
td.TdClassName
{
border-color: #40A064;
}
.TagClassName
{
border-color: #40A064;
}
</style>