Shades of Green House #3E642E
Tints of Green House #3E642E
RGB
CMYK
RGB Variations
Color information
#3E642E (or 0x3E642E) is known color: Green House. HEX triplet: 3E, 64 and 2E. RGB value is (62,100,46). Sum of RGB (Red+Green+Blue) = 62+100+46=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #3E642E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E642E is #C19BD1. Grayscale: #525252. Windows color (decimal): -12688338 or 3040318. OLE color: 3040318.
HSL color Cylindrical-coordinate representation of color #3E642E: hue angle of 102.22º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E642E is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 100 | 46 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.61 |
| HSL | 102.22º | 0.37% | 0.29% | - |
| HSV(B) | 102.22º | 0.54% | 0.39% | - |
| XYZ | 7.04 | 10.34 | 4.21 | - |
| YUV | 82.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 46 | 0.38 | 0 | 0.54 | 0.61 | 102.22 | 0.37 | 0.29 |
| Hex | 3E | 64 | 2E | 26 | 0 | 36 | 3D | 66 | 25 | 1D |
| Octal | 76 | 144 | 56 | 46 | 0 | 66 | 75 | 146 | 45 | 35 |
| Binary | 111110 | 1100100 | 101110 | 100110 | 0 | 110110 | 111101 | 1100110 | 100101 | 11101 |
Color Harmonies of #3E642E
Complementary color
Monochromatic Colors of #3E642E
Black with #3E642E
Text Example
Text Example
White with #3E642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E642E; }
p { color: rgb(62,100,46); }
H1.HeaderClassName
{
color: #3E642E;
}
.AnyTagClassName
{
color: #3E642E;
}
</style>
background-color css
<style>
a { background-color: #3E642E; }
a { background-color: rgb(62,100,46); }
div.DivClassName
{
background-color: #3E642E;
}
.BgClassName
{
background-color: #3E642E;
}
</style>
border-color css
<style>
span { border-color: #3E642E; }
span { border-color: rgb(62,100,46); }
td.TdClassName
{
border-color: #3E642E;
}
.TagClassName
{
border-color: #3E642E;
}
</style>