Shades of Chateau Green #40AF53
Tints of Chateau Green #40AF53
RGB
CMYK
RGB Variations
Color information
#40AF53 (or 0x40AF53) is known color: Chateau Green. HEX triplet: 40, AF and 53. RGB value is (64,175,83). Sum of RGB (Red+Green+Blue) = 64+175+83=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AF53 is #BF50AC. Grayscale: #838383. Windows color (decimal): -12538029 or 5484352. OLE color: 5484352.
HSL color Cylindrical-coordinate representation of color #40AF53: hue angle of 130.27º 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 #40AF53 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 83 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.31 |
| HSL | 130.27º | 0.46% | 0.47% | - |
| HSV(B) | 130.27º | 0.63% | 0.69% | - |
| XYZ | 19.01 | 32.37 | 13.43 | - |
| YUV | 131.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 83 | 0.63 | 0 | 0.53 | 0.31 | 130.27 | 0.46 | 0.47 |
| Hex | 40 | AF | 53 | 3F | 0 | 35 | 1F | 82 | 2E | 2F |
| Octal | 100 | 257 | 123 | 77 | 0 | 65 | 37 | 202 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1010011 | 111111 | 0 | 110101 | 11111 | 10000010 | 101110 | 101111 |
Color Harmonies of #40AF53
Complementary color
Monochromatic Colors of #40AF53
Black with #40AF53
Text Example
Text Example
White with #40AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF53; }
p { color: rgb(64,175,83); }
H1.HeaderClassName
{
color: #40AF53;
}
.AnyTagClassName
{
color: #40AF53;
}
</style>
background-color css
<style>
a { background-color: #40AF53; }
a { background-color: rgb(64,175,83); }
div.DivClassName
{
background-color: #40AF53;
}
.BgClassName
{
background-color: #40AF53;
}
</style>
border-color css
<style>
span { border-color: #40AF53; }
span { border-color: rgb(64,175,83); }
td.TdClassName
{
border-color: #40AF53;
}
.TagClassName
{
border-color: #40AF53;
}
</style>