Shades of Chateau Green #40AA5C
Tints of Chateau Green #40AA5C
RGB
CMYK
RGB Variations
Color information
#40AA5C (or 0x40AA5C) is known color: Chateau Green. HEX triplet: 40, AA and 5C. RGB value is (64,170,92). Sum of RGB (Red+Green+Blue) = 64+170+92=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA5C is #BF55A3. Grayscale: #818181. Windows color (decimal): -12539300 or 6072896. OLE color: 6072896.
HSL color Cylindrical-coordinate representation of color #40AA5C: hue angle of 135.85º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AA5C is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 92 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.33 |
| HSL | 135.85º | 0.45% | 0.46% | - |
| HSV(B) | 135.85º | 0.62% | 0.67% | - |
| XYZ | 18.42 | 30.61 | 15.06 | - |
| YUV | 129.41 | 106.88 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 92 | 0.62 | 0 | 0.46 | 0.33 | 135.85 | 0.45 | 0.46 |
| Hex | 40 | AA | 5C | 3E | 0 | 2E | 21 | 88 | 2D | 2E |
| Octal | 100 | 252 | 134 | 76 | 0 | 56 | 41 | 210 | 55 | 56 |
| Binary | 1000000 | 10101010 | 1011100 | 111110 | 0 | 101110 | 100001 | 10001000 | 101101 | 101110 |
Color Harmonies of #40AA5C
Complementary color
Monochromatic Colors of #40AA5C
Black with #40AA5C
Text Example
Text Example
White with #40AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AA5C; }
p { color: rgb(64,170,92); }
H1.HeaderClassName
{
color: #40AA5C;
}
.AnyTagClassName
{
color: #40AA5C;
}
</style>
background-color css
<style>
a { background-color: #40AA5C; }
a { background-color: rgb(64,170,92); }
div.DivClassName
{
background-color: #40AA5C;
}
.BgClassName
{
background-color: #40AA5C;
}
</style>
border-color css
<style>
span { border-color: #40AA5C; }
span { border-color: rgb(64,170,92); }
td.TdClassName
{
border-color: #40AA5C;
}
.TagClassName
{
border-color: #40AA5C;
}
</style>