Shades of Green House #3E712D
Tints of Green House #3E712D
RGB
CMYK
RGB Variations
Color information
#3E712D (or 0x3E712D) is known color: Green House. HEX triplet: 3E, 71 and 2D. RGB value is (62,113,45). Sum of RGB (Red+Green+Blue) = 62+113+45=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #3E712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E712D is #C18ED2. Grayscale: #5A5A5A. Windows color (decimal): -12685011 or 2978110. OLE color: 2978110.
HSL color Cylindrical-coordinate representation of color #3E712D: hue angle of 105º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E712D is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 113 | 45 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.56 |
| HSL | 105º | 0.43% | 0.31% | - |
| HSV(B) | 105º | 0.6% | 0.44% | - |
| XYZ | 8.37 | 13.02 | 4.56 | - |
| YUV | 90 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 45 | 0.45 | 0 | 0.60 | 0.56 | 105 | 0.43 | 0.31 |
| Hex | 3E | 71 | 2D | 2D | 0 | 3C | 38 | 69 | 2B | 1F |
| Octal | 76 | 161 | 55 | 55 | 0 | 74 | 70 | 151 | 53 | 37 |
| Binary | 111110 | 1110001 | 101101 | 101101 | 0 | 111100 | 111000 | 1101001 | 101011 | 11111 |
Color Harmonies of #3E712D
Complementary color
Monochromatic Colors of #3E712D
Black with #3E712D
Text Example
Text Example
White with #3E712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E712D; }
p { color: rgb(62,113,45); }
H1.HeaderClassName
{
color: #3E712D;
}
.AnyTagClassName
{
color: #3E712D;
}
</style>
background-color css
<style>
a { background-color: #3E712D; }
a { background-color: rgb(62,113,45); }
div.DivClassName
{
background-color: #3E712D;
}
.BgClassName
{
background-color: #3E712D;
}
</style>
border-color css
<style>
span { border-color: #3E712D; }
span { border-color: rgb(62,113,45); }
td.TdClassName
{
border-color: #3E712D;
}
.TagClassName
{
border-color: #3E712D;
}
</style>