Shades of Green House #406E33
Tints of Green House #406E33
RGB
CMYK
RGB Variations
Color information
#406E33 (or 0x406E33) is known color: Green House. HEX triplet: 40, 6E and 33. RGB value is (64,110,51). Sum of RGB (Red+Green+Blue) = 64+110+51=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #406E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406E33 is #BF91CC. Grayscale: #595959. Windows color (decimal): -12554701 or 3370560. OLE color: 3370560.
HSL color Cylindrical-coordinate representation of color #406E33: hue angle of 106.78º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #406E33 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 110 | 51 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.57 |
| HSL | 106.78º | 0.37% | 0.32% | - |
| HSV(B) | 106.78º | 0.54% | 0.43% | - |
| XYZ | 8.29 | 12.48 | 5.1 | - |
| YUV | 89.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 51 | 0.42 | 0 | 0.54 | 0.57 | 106.78 | 0.37 | 0.32 |
| Hex | 40 | 6E | 33 | 2A | 0 | 36 | 39 | 6B | 25 | 20 |
| Octal | 100 | 156 | 63 | 52 | 0 | 66 | 71 | 153 | 45 | 40 |
| Binary | 1000000 | 1101110 | 110011 | 101010 | 0 | 110110 | 111001 | 1101011 | 100101 | 100000 |
Color Harmonies of #406E33
Complementary color
Monochromatic Colors of #406E33
Black with #406E33
Text Example
Text Example
White with #406E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406E33; }
p { color: rgb(64,110,51); }
H1.HeaderClassName
{
color: #406E33;
}
.AnyTagClassName
{
color: #406E33;
}
</style>
background-color css
<style>
a { background-color: #406E33; }
a { background-color: rgb(64,110,51); }
div.DivClassName
{
background-color: #406E33;
}
.BgClassName
{
background-color: #406E33;
}
</style>
border-color css
<style>
span { border-color: #406E33; }
span { border-color: rgb(64,110,51); }
td.TdClassName
{
border-color: #406E33;
}
.TagClassName
{
border-color: #406E33;
}
</style>