Shades of Green House #3E6C32
Tints of Green House #3E6C32
RGB
CMYK
RGB Variations
Color information
#3E6C32 (or 0x3E6C32) is known color: Green House. HEX triplet: 3E, 6C and 32. RGB value is (62,108,50). Sum of RGB (Red+Green+Blue) = 62+108+50=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #3E6C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6C32 is #C193CD. Grayscale: #575757. Windows color (decimal): -12686286 or 3304510. OLE color: 3304510.
HSL color Cylindrical-coordinate representation of color #3E6C32: hue angle of 107.59º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E6C32 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 108 | 50 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.58 |
| HSL | 107.59º | 0.37% | 0.31% | - |
| HSV(B) | 107.59º | 0.54% | 0.42% | - |
| XYZ | 7.92 | 11.98 | 4.91 | - |
| YUV | 87.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 108 | 50 | 0.43 | 0 | 0.54 | 0.58 | 107.59 | 0.37 | 0.31 |
| Hex | 3E | 6C | 32 | 2B | 0 | 36 | 3A | 6C | 25 | 1F |
| Octal | 76 | 154 | 62 | 53 | 0 | 66 | 72 | 154 | 45 | 37 |
| Binary | 111110 | 1101100 | 110010 | 101011 | 0 | 110110 | 111010 | 1101100 | 100101 | 11111 |
Color Harmonies of #3E6C32
Complementary color
Monochromatic Colors of #3E6C32
Black with #3E6C32
Text Example
Text Example
White with #3E6C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6C32; }
p { color: rgb(62,108,50); }
H1.HeaderClassName
{
color: #3E6C32;
}
.AnyTagClassName
{
color: #3E6C32;
}
</style>
background-color css
<style>
a { background-color: #3E6C32; }
a { background-color: rgb(62,108,50); }
div.DivClassName
{
background-color: #3E6C32;
}
.BgClassName
{
background-color: #3E6C32;
}
</style>
border-color css
<style>
span { border-color: #3E6C32; }
span { border-color: rgb(62,108,50); }
td.TdClassName
{
border-color: #3E6C32;
}
.TagClassName
{
border-color: #3E6C32;
}
</style>