Shades of Green House #3E5534
Tints of Green House #3E5534
RGB
CMYK
RGB Variations
Color information
#3E5534 (or 0x3E5534) is known color: Green House. HEX triplet: 3E, 55 and 34. RGB value is (62,85,52). Sum of RGB (Red+Green+Blue) = 62+85+52=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5534 is #C1AACB. Grayscale: #4A4A4A. Windows color (decimal): -12692172 or 3429694. OLE color: 3429694.
HSL color Cylindrical-coordinate representation of color #3E5534: hue angle of 101.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E5534 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 52 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.67 |
| HSL | 101.82º | 0.24% | 0.27% | - |
| HSV(B) | 101.82º | 0.39% | 0.33% | - |
| XYZ | 5.85 | 7.77 | 4.44 | - |
| YUV | 74.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 52 | 0.27 | 0 | 0.39 | 0.67 | 101.82 | 0.24 | 0.27 |
| Hex | 3E | 55 | 34 | 1B | 0 | 27 | 43 | 66 | 18 | 1B |
| Octal | 76 | 125 | 64 | 33 | 0 | 47 | 103 | 146 | 30 | 33 |
| Binary | 111110 | 1010101 | 110100 | 11011 | 0 | 100111 | 1000011 | 1100110 | 11000 | 11011 |
Color Harmonies of #3E5534
Complementary color
Monochromatic Colors of #3E5534
Black with #3E5534
Text Example
Text Example
White with #3E5534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5534; }
p { color: rgb(62,85,52); }
H1.HeaderClassName
{
color: #3E5534;
}
.AnyTagClassName
{
color: #3E5534;
}
</style>
background-color css
<style>
a { background-color: #3E5534; }
a { background-color: rgb(62,85,52); }
div.DivClassName
{
background-color: #3E5534;
}
.BgClassName
{
background-color: #3E5534;
}
</style>
border-color css
<style>
span { border-color: #3E5534; }
span { border-color: rgb(62,85,52); }
td.TdClassName
{
border-color: #3E5534;
}
.TagClassName
{
border-color: #3E5534;
}
</style>