Shades of Green House #406C37
Tints of Green House #406C37
RGB
CMYK
RGB Variations
Color information
#406C37 (or 0x406C37) is known color: Green House. HEX triplet: 40, 6C and 37. RGB value is (64,108,55). Sum of RGB (Red+Green+Blue) = 64+108+55=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #406C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C37 is #BF93C8. Grayscale: #585858. Windows color (decimal): -12555209 or 3632192. OLE color: 3632192.
HSL color Cylindrical-coordinate representation of color #406C37: hue angle of 109.81º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #406C37 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 108 | 55 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.58 |
| HSL | 109.81º | 0.33% | 0.32% | - |
| HSV(B) | 109.81º | 0.49% | 0.42% | - |
| XYZ | 8.17 | 12.09 | 5.52 | - |
| YUV | 88.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 55 | 0.41 | 0 | 0.49 | 0.58 | 109.81 | 0.33 | 0.32 |
| Hex | 40 | 6C | 37 | 29 | 0 | 31 | 3A | 6E | 21 | 20 |
| Octal | 100 | 154 | 67 | 51 | 0 | 61 | 72 | 156 | 41 | 40 |
| Binary | 1000000 | 1101100 | 110111 | 101001 | 0 | 110001 | 111010 | 1101110 | 100001 | 100000 |
Color Harmonies of #406C37
Complementary color
Monochromatic Colors of #406C37
Black with #406C37
Text Example
Text Example
White with #406C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C37; }
p { color: rgb(64,108,55); }
H1.HeaderClassName
{
color: #406C37;
}
.AnyTagClassName
{
color: #406C37;
}
</style>
background-color css
<style>
a { background-color: #406C37; }
a { background-color: rgb(64,108,55); }
div.DivClassName
{
background-color: #406C37;
}
.BgClassName
{
background-color: #406C37;
}
</style>
border-color css
<style>
span { border-color: #406C37; }
span { border-color: rgb(64,108,55); }
td.TdClassName
{
border-color: #406C37;
}
.TagClassName
{
border-color: #406C37;
}
</style>