Shades of Green House #406D34
Tints of Green House #406D34
RGB
CMYK
RGB Variations
Color information
#406D34 (or 0x406D34) is known color: Green House. HEX triplet: 40, 6D and 34. RGB value is (64,109,52). Sum of RGB (Red+Green+Blue) = 64+109+52=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #406D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D34 is #BF92CB. Grayscale: #595959. Windows color (decimal): -12554956 or 3435840. OLE color: 3435840.
HSL color Cylindrical-coordinate representation of color #406D34: hue angle of 107.37º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406D34 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 109 | 52 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.57 |
| HSL | 107.37º | 0.35% | 0.32% | - |
| HSV(B) | 107.37º | 0.52% | 0.43% | - |
| XYZ | 8.2 | 12.28 | 5.19 | - |
| YUV | 89.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 52 | 0.41 | 0 | 0.52 | 0.57 | 107.37 | 0.35 | 0.32 |
| Hex | 40 | 6D | 34 | 29 | 0 | 34 | 39 | 6B | 23 | 20 |
| Octal | 100 | 155 | 64 | 51 | 0 | 64 | 71 | 153 | 43 | 40 |
| Binary | 1000000 | 1101101 | 110100 | 101001 | 0 | 110100 | 111001 | 1101011 | 100011 | 100000 |
Color Harmonies of #406D34
Complementary color
Monochromatic Colors of #406D34
Black with #406D34
Text Example
Text Example
White with #406D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D34; }
p { color: rgb(64,109,52); }
H1.HeaderClassName
{
color: #406D34;
}
.AnyTagClassName
{
color: #406D34;
}
</style>
background-color css
<style>
a { background-color: #406D34; }
a { background-color: rgb(64,109,52); }
div.DivClassName
{
background-color: #406D34;
}
.BgClassName
{
background-color: #406D34;
}
</style>
border-color css
<style>
span { border-color: #406D34; }
span { border-color: rgb(64,109,52); }
td.TdClassName
{
border-color: #406D34;
}
.TagClassName
{
border-color: #406D34;
}
</style>