Shades of Green House #406D31
Tints of Green House #406D31
RGB
CMYK
RGB Variations
Color information
#406D31 (or 0x406D31) is known color: Green House. HEX triplet: 40, 6D and 31. RGB value is (64,109,49). Sum of RGB (Red+Green+Blue) = 64+109+49=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #406D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D31 is #BF92CE. Grayscale: #585858. Windows color (decimal): -12554959 or 3239232. OLE color: 3239232.
HSL color Cylindrical-coordinate representation of color #406D31: hue angle of 105º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #406D31 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 109 | 49 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.57 |
| HSL | 105º | 0.38% | 0.31% | - |
| HSV(B) | 105º | 0.55% | 0.43% | - |
| XYZ | 8.14 | 12.25 | 4.84 | - |
| YUV | 88.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 49 | 0.41 | 0 | 0.55 | 0.57 | 105 | 0.38 | 0.31 |
| Hex | 40 | 6D | 31 | 29 | 0 | 37 | 39 | 69 | 26 | 1F |
| Octal | 100 | 155 | 61 | 51 | 0 | 67 | 71 | 151 | 46 | 37 |
| Binary | 1000000 | 1101101 | 110001 | 101001 | 0 | 110111 | 111001 | 1101001 | 100110 | 11111 |
Color Harmonies of #406D31
Complementary color
Monochromatic Colors of #406D31
Black with #406D31
Text Example
Text Example
White with #406D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D31; }
p { color: rgb(64,109,49); }
H1.HeaderClassName
{
color: #406D31;
}
.AnyTagClassName
{
color: #406D31;
}
</style>
background-color css
<style>
a { background-color: #406D31; }
a { background-color: rgb(64,109,49); }
div.DivClassName
{
background-color: #406D31;
}
.BgClassName
{
background-color: #406D31;
}
</style>
border-color css
<style>
span { border-color: #406D31; }
span { border-color: rgb(64,109,49); }
td.TdClassName
{
border-color: #406D31;
}
.TagClassName
{
border-color: #406D31;
}
</style>