Shades of Green House #406A32
Tints of Green House #406A32
RGB
CMYK
RGB Variations
Color information
#406A32 (or 0x406A32) is known color: Green House. HEX triplet: 40, 6A and 32. RGB value is (64,106,50). Sum of RGB (Red+Green+Blue) = 64+106+50=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #406A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A32 is #BF95CD. Grayscale: #575757. Windows color (decimal): -12555726 or 3304000. OLE color: 3304000.
HSL color Cylindrical-coordinate representation of color #406A32: hue angle of 105º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #406A32 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 106 | 50 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.58 |
| HSL | 105º | 0.36% | 0.31% | - |
| HSV(B) | 105º | 0.53% | 0.42% | - |
| XYZ | 7.84 | 11.63 | 4.85 | - |
| YUV | 87.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 50 | 0.40 | 0 | 0.53 | 0.58 | 105 | 0.36 | 0.31 |
| Hex | 40 | 6A | 32 | 28 | 0 | 35 | 3A | 69 | 24 | 1F |
| Octal | 100 | 152 | 62 | 50 | 0 | 65 | 72 | 151 | 44 | 37 |
| Binary | 1000000 | 1101010 | 110010 | 101000 | 0 | 110101 | 111010 | 1101001 | 100100 | 11111 |
Color Harmonies of #406A32
Complementary color
Monochromatic Colors of #406A32
Black with #406A32
Text Example
Text Example
White with #406A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A32; }
p { color: rgb(64,106,50); }
H1.HeaderClassName
{
color: #406A32;
}
.AnyTagClassName
{
color: #406A32;
}
</style>
background-color css
<style>
a { background-color: #406A32; }
a { background-color: rgb(64,106,50); }
div.DivClassName
{
background-color: #406A32;
}
.BgClassName
{
background-color: #406A32;
}
</style>
border-color css
<style>
span { border-color: #406A32; }
span { border-color: rgb(64,106,50); }
td.TdClassName
{
border-color: #406A32;
}
.TagClassName
{
border-color: #406A32;
}
</style>