Shades of Green House #406232
Tints of Green House #406232
RGB
CMYK
RGB Variations
Color information
#406232 (or 0x406232) is known color: Green House. HEX triplet: 40, 62 and 32. RGB value is (64,98,50). Sum of RGB (Red+Green+Blue) = 64+98+50=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #406232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406232 is #BF9DCD. Grayscale: #525252. Windows color (decimal): -12557774 or 3301952. OLE color: 3301952.
HSL color Cylindrical-coordinate representation of color #406232: hue angle of 102.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #406232 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 50 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.62 |
| HSL | 102.5º | 0.32% | 0.29% | - |
| HSV(B) | 102.5º | 0.49% | 0.38% | - |
| XYZ | 7.06 | 10.06 | 4.59 | - |
| YUV | 82.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 50 | 0.35 | 0 | 0.49 | 0.62 | 102.5 | 0.32 | 0.29 |
| Hex | 40 | 62 | 32 | 23 | 0 | 31 | 3E | 66 | 20 | 1D |
| Octal | 100 | 142 | 62 | 43 | 0 | 61 | 76 | 146 | 40 | 35 |
| Binary | 1000000 | 1100010 | 110010 | 100011 | 0 | 110001 | 111110 | 1100110 | 100000 | 11101 |
Color Harmonies of #406232
Complementary color
Monochromatic Colors of #406232
Black with #406232
Text Example
Text Example
White with #406232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406232; }
p { color: rgb(64,98,50); }
H1.HeaderClassName
{
color: #406232;
}
.AnyTagClassName
{
color: #406232;
}
</style>
background-color css
<style>
a { background-color: #406232; }
a { background-color: rgb(64,98,50); }
div.DivClassName
{
background-color: #406232;
}
.BgClassName
{
background-color: #406232;
}
</style>
border-color css
<style>
span { border-color: #406232; }
span { border-color: rgb(64,98,50); }
td.TdClassName
{
border-color: #406232;
}
.TagClassName
{
border-color: #406232;
}
</style>