Shades of Chateau Green #40AC55
Tints of Chateau Green #40AC55
RGB
CMYK
RGB Variations
Color information
#40AC55 (or 0x40AC55) is known color: Chateau Green. HEX triplet: 40, AC and 55. RGB value is (64,172,85). Sum of RGB (Red+Green+Blue) = 64+172+85=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AC55 is #BF53AA. Grayscale: #828282. Windows color (decimal): -12538795 or 5614656. OLE color: 5614656.
HSL color Cylindrical-coordinate representation of color #40AC55: hue angle of 131.67º 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 #40AC55 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 172 | 85 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.33 |
| HSL | 131.67º | 0.46% | 0.46% | - |
| HSV(B) | 131.67º | 0.63% | 0.67% | - |
| XYZ | 18.51 | 31.25 | 13.65 | - |
| YUV | 129.79 | 102.72 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 85 | 0.63 | 0 | 0.51 | 0.33 | 131.67 | 0.46 | 0.46 |
| Hex | 40 | AC | 55 | 3F | 0 | 33 | 21 | 84 | 2E | 2E |
| Octal | 100 | 254 | 125 | 77 | 0 | 63 | 41 | 204 | 56 | 56 |
| Binary | 1000000 | 10101100 | 1010101 | 111111 | 0 | 110011 | 100001 | 10000100 | 101110 | 101110 |
Color Harmonies of #40AC55
Complementary color
Monochromatic Colors of #40AC55
Black with #40AC55
Text Example
Text Example
White with #40AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AC55; }
p { color: rgb(64,172,85); }
H1.HeaderClassName
{
color: #40AC55;
}
.AnyTagClassName
{
color: #40AC55;
}
</style>
background-color css
<style>
a { background-color: #40AC55; }
a { background-color: rgb(64,172,85); }
div.DivClassName
{
background-color: #40AC55;
}
.BgClassName
{
background-color: #40AC55;
}
</style>
border-color css
<style>
span { border-color: #40AC55; }
span { border-color: rgb(64,172,85); }
td.TdClassName
{
border-color: #40AC55;
}
.TagClassName
{
border-color: #40AC55;
}
</style>