Shades of Green House #406D37
Tints of Green House #406D37
RGB
CMYK
RGB Variations
Color information
#406D37 (or 0x406D37) is known color: Green House. HEX triplet: 40, 6D and 37. RGB value is (64,109,55). Sum of RGB (Red+Green+Blue) = 64+109+55=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #406D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D37 is #BF92C8. Grayscale: #595959. Windows color (decimal): -12554953 or 3632448. OLE color: 3632448.
HSL color Cylindrical-coordinate representation of color #406D37: hue angle of 110º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406D37 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 109 | 55 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.57 |
| HSL | 110º | 0.33% | 0.32% | - |
| HSV(B) | 110º | 0.5% | 0.43% | - |
| XYZ | 8.27 | 12.3 | 5.55 | - |
| YUV | 89.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 55 | 0.41 | 0 | 0.50 | 0.57 | 110 | 0.33 | 0.32 |
| Hex | 40 | 6D | 37 | 29 | 0 | 32 | 39 | 6E | 21 | 20 |
| Octal | 100 | 155 | 67 | 51 | 0 | 62 | 71 | 156 | 41 | 40 |
| Binary | 1000000 | 1101101 | 110111 | 101001 | 0 | 110010 | 111001 | 1101110 | 100001 | 100000 |
Color Harmonies of #406D37
Complementary color
Monochromatic Colors of #406D37
Black with #406D37
Text Example
Text Example
White with #406D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D37; }
p { color: rgb(64,109,55); }
H1.HeaderClassName
{
color: #406D37;
}
.AnyTagClassName
{
color: #406D37;
}
</style>
background-color css
<style>
a { background-color: #406D37; }
a { background-color: rgb(64,109,55); }
div.DivClassName
{
background-color: #406D37;
}
.BgClassName
{
background-color: #406D37;
}
</style>
border-color css
<style>
span { border-color: #406D37; }
span { border-color: rgb(64,109,55); }
td.TdClassName
{
border-color: #406D37;
}
.TagClassName
{
border-color: #406D37;
}
</style>