Shades of Chateau Green #40AD5D
Tints of Chateau Green #40AD5D
RGB
CMYK
RGB Variations
Color information
#40AD5D (or 0x40AD5D) is known color: Chateau Green. HEX triplet: 40, AD and 5D. RGB value is (64,173,93). Sum of RGB (Red+Green+Blue) = 64+173+93=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AD5D is #BF52A2. Grayscale: #838383. Windows color (decimal): -12538531 or 6139200. OLE color: 6139200.
HSL color Cylindrical-coordinate representation of color #40AD5D: hue angle of 135.96º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD5D is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 93 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.32 |
| HSL | 135.96º | 0.46% | 0.46% | - |
| HSV(B) | 135.96º | 0.63% | 0.68% | - |
| XYZ | 19.03 | 31.77 | 15.48 | - |
| YUV | 131.29 | 106.39 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 93 | 0.63 | 0 | 0.46 | 0.32 | 135.96 | 0.46 | 0.46 |
| Hex | 40 | AD | 5D | 3F | 0 | 2E | 20 | 88 | 2E | 2E |
| Octal | 100 | 255 | 135 | 77 | 0 | 56 | 40 | 210 | 56 | 56 |
| Binary | 1000000 | 10101101 | 1011101 | 111111 | 0 | 101110 | 100000 | 10001000 | 101110 | 101110 |
Color Harmonies of #40AD5D
Complementary color
Monochromatic Colors of #40AD5D
Black with #40AD5D
Text Example
Text Example
White with #40AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD5D; }
p { color: rgb(64,173,93); }
H1.HeaderClassName
{
color: #40AD5D;
}
.AnyTagClassName
{
color: #40AD5D;
}
</style>
background-color css
<style>
a { background-color: #40AD5D; }
a { background-color: rgb(64,173,93); }
div.DivClassName
{
background-color: #40AD5D;
}
.BgClassName
{
background-color: #40AD5D;
}
</style>
border-color css
<style>
span { border-color: #40AD5D; }
span { border-color: rgb(64,173,93); }
td.TdClassName
{
border-color: #40AD5D;
}
.TagClassName
{
border-color: #40AD5D;
}
</style>