Shades of Chateau Green #40AF55
Tints of Chateau Green #40AF55
RGB
CMYK
RGB Variations
Color information
#40AF55 (or 0x40AF55) is known color: Chateau Green. HEX triplet: 40, AF and 55. RGB value is (64,175,85). Sum of RGB (Red+Green+Blue) = 64+175+85=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF55 is #BF50AA. Grayscale: #838383. Windows color (decimal): -12538027 or 5615424. OLE color: 5615424.
HSL color Cylindrical-coordinate representation of color #40AF55: hue angle of 131.35º 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 #40AF55 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 85 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.31 |
| HSL | 131.35º | 0.46% | 0.47% | - |
| HSV(B) | 131.35º | 0.63% | 0.69% | - |
| XYZ | 19.08 | 32.41 | 13.84 | - |
| YUV | 131.55 | 101.73 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 85 | 0.63 | 0 | 0.51 | 0.31 | 131.35 | 0.46 | 0.47 |
| Hex | 40 | AF | 55 | 3F | 0 | 33 | 1F | 83 | 2E | 2F |
| Octal | 100 | 257 | 125 | 77 | 0 | 63 | 37 | 203 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1010101 | 111111 | 0 | 110011 | 11111 | 10000011 | 101110 | 101111 |
Color Harmonies of #40AF55
Complementary color
Monochromatic Colors of #40AF55
Black with #40AF55
Text Example
Text Example
White with #40AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF55; }
p { color: rgb(64,175,85); }
H1.HeaderClassName
{
color: #40AF55;
}
.AnyTagClassName
{
color: #40AF55;
}
</style>
background-color css
<style>
a { background-color: #40AF55; }
a { background-color: rgb(64,175,85); }
div.DivClassName
{
background-color: #40AF55;
}
.BgClassName
{
background-color: #40AF55;
}
</style>
border-color css
<style>
span { border-color: #40AF55; }
span { border-color: rgb(64,175,85); }
td.TdClassName
{
border-color: #40AF55;
}
.TagClassName
{
border-color: #40AF55;
}
</style>