Shades of Chateau Green #40AF56
Tints of Chateau Green #40AF56
RGB
CMYK
RGB Variations
Color information
#40AF56 (or 0x40AF56) is known color: Chateau Green. HEX triplet: 40, AF and 56. RGB value is (64,175,86). Sum of RGB (Red+Green+Blue) = 64+175+86=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF56 is #BF50A9. Grayscale: #838383. Windows color (decimal): -12538026 or 5680960. OLE color: 5680960.
HSL color Cylindrical-coordinate representation of color #40AF56: hue angle of 131.89º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF56 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 86 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.31 |
| HSL | 131.89º | 0.46% | 0.47% | - |
| HSV(B) | 131.89º | 0.63% | 0.69% | - |
| XYZ | 19.12 | 32.42 | 14.05 | - |
| YUV | 131.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 86 | 0.63 | 0 | 0.51 | 0.31 | 131.89 | 0.46 | 0.47 |
| Hex | 40 | AF | 56 | 3F | 0 | 33 | 1F | 84 | 2E | 2F |
| Octal | 100 | 257 | 126 | 77 | 0 | 63 | 37 | 204 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1010110 | 111111 | 0 | 110011 | 11111 | 10000100 | 101110 | 101111 |
Color Harmonies of #40AF56
Complementary color
Monochromatic Colors of #40AF56
Black with #40AF56
Text Example
Text Example
White with #40AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF56; }
p { color: rgb(64,175,86); }
H1.HeaderClassName
{
color: #40AF56;
}
.AnyTagClassName
{
color: #40AF56;
}
</style>
background-color css
<style>
a { background-color: #40AF56; }
a { background-color: rgb(64,175,86); }
div.DivClassName
{
background-color: #40AF56;
}
.BgClassName
{
background-color: #40AF56;
}
</style>
border-color css
<style>
span { border-color: #40AF56; }
span { border-color: rgb(64,175,86); }
td.TdClassName
{
border-color: #40AF56;
}
.TagClassName
{
border-color: #40AF56;
}
</style>