Shades of Chateau Green #40AD5B
Tints of Chateau Green #40AD5B
RGB
CMYK
RGB Variations
Color information
#40AD5B (or 0x40AD5B) is known color: Chateau Green. HEX triplet: 40, AD and 5B. RGB value is (64,173,91). Sum of RGB (Red+Green+Blue) = 64+173+91=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AD5B is #BF52A4. Grayscale: #838383. Windows color (decimal): -12538533 or 6008128. OLE color: 6008128.
HSL color Cylindrical-coordinate representation of color #40AD5B: hue angle of 134.86º 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 #40AD5B is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 91 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.32 |
| HSL | 134.86º | 0.46% | 0.46% | - |
| HSV(B) | 134.86º | 0.63% | 0.68% | - |
| XYZ | 18.95 | 31.73 | 15.02 | - |
| YUV | 131.06 | 105.39 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 91 | 0.63 | 0 | 0.47 | 0.32 | 134.86 | 0.46 | 0.46 |
| Hex | 40 | AD | 5B | 3F | 0 | 2F | 20 | 87 | 2E | 2E |
| Octal | 100 | 255 | 133 | 77 | 0 | 57 | 40 | 207 | 56 | 56 |
| Binary | 1000000 | 10101101 | 1011011 | 111111 | 0 | 101111 | 100000 | 10000111 | 101110 | 101110 |
Color Harmonies of #40AD5B
Complementary color
Monochromatic Colors of #40AD5B
Black with #40AD5B
Text Example
Text Example
White with #40AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD5B; }
p { color: rgb(64,173,91); }
H1.HeaderClassName
{
color: #40AD5B;
}
.AnyTagClassName
{
color: #40AD5B;
}
</style>
background-color css
<style>
a { background-color: #40AD5B; }
a { background-color: rgb(64,173,91); }
div.DivClassName
{
background-color: #40AD5B;
}
.BgClassName
{
background-color: #40AD5B;
}
</style>
border-color css
<style>
span { border-color: #40AD5B; }
span { border-color: rgb(64,173,91); }
td.TdClassName
{
border-color: #40AD5B;
}
.TagClassName
{
border-color: #40AD5B;
}
</style>