Shades of Chateau Green #40B656
Tints of Chateau Green #40B656
RGB
CMYK
RGB Variations
Color information
#40B656 (or 0x40B656) is known color: Chateau Green. HEX triplet: 40, B6 and 56. RGB value is (64,182,86). Sum of RGB (Red+Green+Blue) = 64+182+86=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 182 (71.48% from 255 or 54.82% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 182 - color contains mainly: green. Hex color #40B656 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B656 is #BF49A9. Grayscale: #888888. Windows color (decimal): -12536234 or 5682752. OLE color: 5682752.
HSL color Cylindrical-coordinate representation of color #40B656: hue angle of 131.19º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B656 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 182 | 86 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.29 |
| HSL | 131.19º | 0.48% | 0.48% | - |
| HSV(B) | 131.19º | 0.65% | 0.71% | - |
| XYZ | 20.52 | 35.22 | 14.52 | - |
| YUV | 135.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 182 | 86 | 0.65 | 0 | 0.53 | 0.29 | 131.19 | 0.48 | 0.48 |
| Hex | 40 | B6 | 56 | 41 | 0 | 35 | 1D | 83 | 30 | 30 |
| Octal | 100 | 266 | 126 | 101 | 0 | 65 | 35 | 203 | 60 | 60 |
| Binary | 1000000 | 10110110 | 1010110 | 1000001 | 0 | 110101 | 11101 | 10000011 | 110000 | 110000 |
Color Harmonies of #40B656
Complementary color
Monochromatic Colors of #40B656
Black with #40B656
Text Example
Text Example
White with #40B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B656; }
p { color: rgb(64,182,86); }
H1.HeaderClassName
{
color: #40B656;
}
.AnyTagClassName
{
color: #40B656;
}
</style>
background-color css
<style>
a { background-color: #40B656; }
a { background-color: rgb(64,182,86); }
div.DivClassName
{
background-color: #40B656;
}
.BgClassName
{
background-color: #40B656;
}
</style>
border-color css
<style>
span { border-color: #40B656; }
span { border-color: rgb(64,182,86); }
td.TdClassName
{
border-color: #40B656;
}
.TagClassName
{
border-color: #40B656;
}
</style>