Shades of Chateau Green #40AA55
Tints of Chateau Green #40AA55
RGB
CMYK
RGB Variations
Color information
#40AA55 (or 0x40AA55) is known color: Chateau Green. HEX triplet: 40, AA and 55. RGB value is (64,170,85). Sum of RGB (Red+Green+Blue) = 64+170+85=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA55 is #BF55AA. Grayscale: #808080. Windows color (decimal): -12539307 or 5614144. OLE color: 5614144.
HSL color Cylindrical-coordinate representation of color #40AA55: hue angle of 131.89º 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 #40AA55 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 85 | - |
| CMYK | 0.62 | 0 | 0.50 | 0.33 |
| HSL | 131.89º | 0.45% | 0.46% | - |
| HSV(B) | 131.89º | 0.62% | 0.67% | - |
| XYZ | 18.13 | 30.5 | 13.53 | - |
| YUV | 128.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 85 | 0.62 | 0 | 0.50 | 0.33 | 131.89 | 0.45 | 0.46 |
| Hex | 40 | AA | 55 | 3E | 0 | 32 | 21 | 84 | 2D | 2E |
| Octal | 100 | 252 | 125 | 76 | 0 | 62 | 41 | 204 | 55 | 56 |
| Binary | 1000000 | 10101010 | 1010101 | 111110 | 0 | 110010 | 100001 | 10000100 | 101101 | 101110 |
Color Harmonies of #40AA55
Complementary color
Monochromatic Colors of #40AA55
Black with #40AA55
Text Example
Text Example
White with #40AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AA55; }
p { color: rgb(64,170,85); }
H1.HeaderClassName
{
color: #40AA55;
}
.AnyTagClassName
{
color: #40AA55;
}
</style>
background-color css
<style>
a { background-color: #40AA55; }
a { background-color: rgb(64,170,85); }
div.DivClassName
{
background-color: #40AA55;
}
.BgClassName
{
background-color: #40AA55;
}
</style>
border-color css
<style>
span { border-color: #40AA55; }
span { border-color: rgb(64,170,85); }
td.TdClassName
{
border-color: #40AA55;
}
.TagClassName
{
border-color: #40AA55;
}
</style>