Shades of Green House #3E5F34
Tints of Green House #3E5F34
RGB
CMYK
RGB Variations
Color information
#3E5F34 (or 0x3E5F34) is known color: Green House. HEX triplet: 3E, 5F and 34. RGB value is (62,95,52). Sum of RGB (Red+Green+Blue) = 62+95+52=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #3E5F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5F34 is #C1A0CB. Grayscale: #505050. Windows color (decimal): -12689612 or 3432254. OLE color: 3432254.
HSL color Cylindrical-coordinate representation of color #3E5F34: hue angle of 106.05º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E5F34 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 95 | 52 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.63 |
| HSL | 106.05º | 0.29% | 0.29% | - |
| HSV(B) | 106.05º | 0.45% | 0.37% | - |
| XYZ | 6.7 | 9.46 | 4.72 | - |
| YUV | 80.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 52 | 0.35 | 0 | 0.45 | 0.63 | 106.05 | 0.29 | 0.29 |
| Hex | 3E | 5F | 34 | 23 | 0 | 2D | 3F | 6A | 1D | 1D |
| Octal | 76 | 137 | 64 | 43 | 0 | 55 | 77 | 152 | 35 | 35 |
| Binary | 111110 | 1011111 | 110100 | 100011 | 0 | 101101 | 111111 | 1101010 | 11101 | 11101 |
Color Harmonies of #3E5F34
Complementary color
Monochromatic Colors of #3E5F34
Black with #3E5F34
Text Example
Text Example
White with #3E5F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5F34; }
p { color: rgb(62,95,52); }
H1.HeaderClassName
{
color: #3E5F34;
}
.AnyTagClassName
{
color: #3E5F34;
}
</style>
background-color css
<style>
a { background-color: #3E5F34; }
a { background-color: rgb(62,95,52); }
div.DivClassName
{
background-color: #3E5F34;
}
.BgClassName
{
background-color: #3E5F34;
}
</style>
border-color css
<style>
span { border-color: #3E5F34; }
span { border-color: rgb(62,95,52); }
td.TdClassName
{
border-color: #3E5F34;
}
.TagClassName
{
border-color: #3E5F34;
}
</style>