Shades of Green House #3E582F
Tints of Green House #3E582F
RGB
CMYK
RGB Variations
Color information
#3E582F (or 0x3E582F) is known color: Green House. HEX triplet: 3E, 58 and 2F. RGB value is (62,88,47). Sum of RGB (Red+Green+Blue) = 62+88+47=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #3E582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E582F is #C1A7D0. Grayscale: #4B4B4B. Windows color (decimal): -12691409 or 3102782. OLE color: 3102782.
HSL color Cylindrical-coordinate representation of color #3E582F: hue angle of 98.05º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E582F is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 88 | 47 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.65 |
| HSL | 98.05º | 0.3% | 0.26% | - |
| HSV(B) | 98.05º | 0.47% | 0.35% | - |
| XYZ | 5.99 | 8.21 | 3.96 | - |
| YUV | 75.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 88 | 47 | 0.30 | 0 | 0.47 | 0.65 | 98.05 | 0.3 | 0.26 |
| Hex | 3E | 58 | 2F | 1E | 0 | 2F | 41 | 62 | 1E | 1A |
| Octal | 76 | 130 | 57 | 36 | 0 | 57 | 101 | 142 | 36 | 32 |
| Binary | 111110 | 1011000 | 101111 | 11110 | 0 | 101111 | 1000001 | 1100010 | 11110 | 11010 |
Color Harmonies of #3E582F
Complementary color
Monochromatic Colors of #3E582F
Black with #3E582F
Text Example
Text Example
White with #3E582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E582F; }
p { color: rgb(62,88,47); }
H1.HeaderClassName
{
color: #3E582F;
}
.AnyTagClassName
{
color: #3E582F;
}
</style>
background-color css
<style>
a { background-color: #3E582F; }
a { background-color: rgb(62,88,47); }
div.DivClassName
{
background-color: #3E582F;
}
.BgClassName
{
background-color: #3E582F;
}
</style>
border-color css
<style>
span { border-color: #3E582F; }
span { border-color: rgb(62,88,47); }
td.TdClassName
{
border-color: #3E582F;
}
.TagClassName
{
border-color: #3E582F;
}
</style>