Shades of Chateau Green #40AC5C
Tints of Chateau Green #40AC5C
RGB
CMYK
RGB Variations
Color information
#40AC5C (or 0x40AC5C) is known color: Chateau Green. HEX triplet: 40, AC and 5C. RGB value is (64,172,92). Sum of RGB (Red+Green+Blue) = 64+172+92=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AC5C is #BF53A3. Grayscale: #828282. Windows color (decimal): -12538788 or 6073408. OLE color: 6073408.
HSL color Cylindrical-coordinate representation of color #40AC5C: hue angle of 135.56º 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 #40AC5C is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 172 | 92 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.33 |
| HSL | 135.56º | 0.46% | 0.46% | - |
| HSV(B) | 135.56º | 0.63% | 0.67% | - |
| XYZ | 18.8 | 31.37 | 15.19 | - |
| YUV | 130.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 92 | 0.63 | 0 | 0.47 | 0.33 | 135.56 | 0.46 | 0.46 |
| Hex | 40 | AC | 5C | 3F | 0 | 2F | 21 | 88 | 2E | 2E |
| Octal | 100 | 254 | 134 | 77 | 0 | 57 | 41 | 210 | 56 | 56 |
| Binary | 1000000 | 10101100 | 1011100 | 111111 | 0 | 101111 | 100001 | 10001000 | 101110 | 101110 |
Color Harmonies of #40AC5C
Complementary color
Monochromatic Colors of #40AC5C
Black with #40AC5C
Text Example
Text Example
White with #40AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AC5C; }
p { color: rgb(64,172,92); }
H1.HeaderClassName
{
color: #40AC5C;
}
.AnyTagClassName
{
color: #40AC5C;
}
</style>
background-color css
<style>
a { background-color: #40AC5C; }
a { background-color: rgb(64,172,92); }
div.DivClassName
{
background-color: #40AC5C;
}
.BgClassName
{
background-color: #40AC5C;
}
</style>
border-color css
<style>
span { border-color: #40AC5C; }
span { border-color: rgb(64,172,92); }
td.TdClassName
{
border-color: #40AC5C;
}
.TagClassName
{
border-color: #40AC5C;
}
</style>