Shades of Green House #3E7134
Tints of Green House #3E7134
RGB
CMYK
RGB Variations
Color information
#3E7134 (or 0x3E7134) is known color: Green House. HEX triplet: 3E, 71 and 34. RGB value is (62,113,52). Sum of RGB (Red+Green+Blue) = 62+113+52=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7134 is #C18ECB. Grayscale: #5A5A5A. Windows color (decimal): -12685004 or 3436862. OLE color: 3436862.
HSL color Cylindrical-coordinate representation of color #3E7134: hue angle of 110.16º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E7134 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 52 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.56 |
| HSL | 110.16º | 0.37% | 0.32% | - |
| HSV(B) | 110.16º | 0.54% | 0.44% | - |
| XYZ | 8.51 | 13.08 | 5.33 | - |
| YUV | 90.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 52 | 0.45 | 0 | 0.54 | 0.56 | 110.16 | 0.37 | 0.32 |
| Hex | 3E | 71 | 34 | 2D | 0 | 36 | 38 | 6E | 25 | 20 |
| Octal | 76 | 161 | 64 | 55 | 0 | 66 | 70 | 156 | 45 | 40 |
| Binary | 111110 | 1110001 | 110100 | 101101 | 0 | 110110 | 111000 | 1101110 | 100101 | 100000 |
Color Harmonies of #3E7134
Complementary color
Monochromatic Colors of #3E7134
Black with #3E7134
Text Example
Text Example
White with #3E7134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7134; }
p { color: rgb(62,113,52); }
H1.HeaderClassName
{
color: #3E7134;
}
.AnyTagClassName
{
color: #3E7134;
}
</style>
background-color css
<style>
a { background-color: #3E7134; }
a { background-color: rgb(62,113,52); }
div.DivClassName
{
background-color: #3E7134;
}
.BgClassName
{
background-color: #3E7134;
}
</style>
border-color css
<style>
span { border-color: #3E7134; }
span { border-color: rgb(62,113,52); }
td.TdClassName
{
border-color: #3E7134;
}
.TagClassName
{
border-color: #3E7134;
}
</style>