Shades of Green House #3E613B
Tints of Green House #3E613B
RGB
CMYK
RGB Variations
Color information
#3E613B (or 0x3E613B) is known color: Green House. HEX triplet: 3E, 61 and 3B. RGB value is (62,97,59). Sum of RGB (Red+Green+Blue) = 62+97+59=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #3E613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E613B is #C19EC4. Grayscale: #525252. Windows color (decimal): -12689093 or 3891518. OLE color: 3891518.
HSL color Cylindrical-coordinate representation of color #3E613B: hue angle of 115.26º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E613B is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 59 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.62 |
| HSL | 115.26º | 0.24% | 0.31% | - |
| HSV(B) | 115.26º | 0.39% | 0.38% | - |
| XYZ | 7.05 | 9.89 | 5.67 | - |
| YUV | 82.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 59 | 0.36 | 0 | 0.39 | 0.62 | 115.26 | 0.24 | 0.31 |
| Hex | 3E | 61 | 3B | 24 | 0 | 27 | 3E | 73 | 18 | 1F |
| Octal | 76 | 141 | 73 | 44 | 0 | 47 | 76 | 163 | 30 | 37 |
| Binary | 111110 | 1100001 | 111011 | 100100 | 0 | 100111 | 111110 | 1110011 | 11000 | 11111 |
Color Harmonies of #3E613B
Complementary color
Monochromatic Colors of #3E613B
Black with #3E613B
Text Example
Text Example
White with #3E613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E613B; }
p { color: rgb(62,97,59); }
H1.HeaderClassName
{
color: #3E613B;
}
.AnyTagClassName
{
color: #3E613B;
}
</style>
background-color css
<style>
a { background-color: #3E613B; }
a { background-color: rgb(62,97,59); }
div.DivClassName
{
background-color: #3E613B;
}
.BgClassName
{
background-color: #3E613B;
}
</style>
border-color css
<style>
span { border-color: #3E613B; }
span { border-color: rgb(62,97,59); }
td.TdClassName
{
border-color: #3E613B;
}
.TagClassName
{
border-color: #3E613B;
}
</style>