Shades of Green House #3E7130
Tints of Green House #3E7130
RGB
CMYK
RGB Variations
Color information
#3E7130 (or 0x3E7130) is known color: Green House. HEX triplet: 3E, 71 and 30. RGB value is (62,113,48). Sum of RGB (Red+Green+Blue) = 62+113+48=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7130 is #C18ECF. Grayscale: #5A5A5A. Windows color (decimal): -12685008 or 3174718. OLE color: 3174718.
HSL color Cylindrical-coordinate representation of color #3E7130: hue angle of 107.08º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E7130 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 48 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.56 |
| HSL | 107.08º | 0.4% | 0.32% | - |
| HSV(B) | 107.08º | 0.58% | 0.44% | - |
| XYZ | 8.43 | 13.05 | 4.87 | - |
| YUV | 90.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 48 | 0.45 | 0 | 0.58 | 0.56 | 107.08 | 0.4 | 0.32 |
| Hex | 3E | 71 | 30 | 2D | 0 | 3A | 38 | 6B | 28 | 20 |
| Octal | 76 | 161 | 60 | 55 | 0 | 72 | 70 | 153 | 50 | 40 |
| Binary | 111110 | 1110001 | 110000 | 101101 | 0 | 111010 | 111000 | 1101011 | 101000 | 100000 |
Color Harmonies of #3E7130
Complementary color
Monochromatic Colors of #3E7130
Black with #3E7130
Text Example
Text Example
White with #3E7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7130; }
p { color: rgb(62,113,48); }
H1.HeaderClassName
{
color: #3E7130;
}
.AnyTagClassName
{
color: #3E7130;
}
</style>
background-color css
<style>
a { background-color: #3E7130; }
a { background-color: rgb(62,113,48); }
div.DivClassName
{
background-color: #3E7130;
}
.BgClassName
{
background-color: #3E7130;
}
</style>
border-color css
<style>
span { border-color: #3E7130; }
span { border-color: rgb(62,113,48); }
td.TdClassName
{
border-color: #3E7130;
}
.TagClassName
{
border-color: #3E7130;
}
</style>