Shades of Green House #3E7038
Tints of Green House #3E7038
RGB
CMYK
RGB Variations
Color information
#3E7038 (or 0x3E7038) is known color: Green House. HEX triplet: 3E, 70 and 38. RGB value is (62,112,56). Sum of RGB (Red+Green+Blue) = 62+112+56=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7038 is #C18FC7. Grayscale: #5A5A5A. Windows color (decimal): -12685256 or 3698750. OLE color: 3698750.
HSL color Cylindrical-coordinate representation of color #3E7038: hue angle of 113.57º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7038 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 56 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.56 |
| HSL | 113.57º | 0.33% | 0.33% | - |
| HSV(B) | 113.57º | 0.5% | 0.44% | - |
| XYZ | 8.49 | 12.9 | 5.78 | - |
| YUV | 90.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 56 | 0.45 | 0 | 0.50 | 0.56 | 113.57 | 0.33 | 0.33 |
| Hex | 3E | 70 | 38 | 2D | 0 | 32 | 38 | 72 | 21 | 21 |
| Octal | 76 | 160 | 70 | 55 | 0 | 62 | 70 | 162 | 41 | 41 |
| Binary | 111110 | 1110000 | 111000 | 101101 | 0 | 110010 | 111000 | 1110010 | 100001 | 100001 |
Color Harmonies of #3E7038
Complementary color
Monochromatic Colors of #3E7038
Black with #3E7038
Text Example
Text Example
White with #3E7038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7038; }
p { color: rgb(62,112,56); }
H1.HeaderClassName
{
color: #3E7038;
}
.AnyTagClassName
{
color: #3E7038;
}
</style>
background-color css
<style>
a { background-color: #3E7038; }
a { background-color: rgb(62,112,56); }
div.DivClassName
{
background-color: #3E7038;
}
.BgClassName
{
background-color: #3E7038;
}
</style>
border-color css
<style>
span { border-color: #3E7038; }
span { border-color: rgb(62,112,56); }
td.TdClassName
{
border-color: #3E7038;
}
.TagClassName
{
border-color: #3E7038;
}
</style>