Shades of Green House #3E642D
Tints of Green House #3E642D
RGB
CMYK
RGB Variations
Color information
#3E642D (or 0x3E642D) is known color: Green House. HEX triplet: 3E, 64 and 2D. RGB value is (62,100,45). Sum of RGB (Red+Green+Blue) = 62+100+45=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #3E642D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E642D is #C19BD2. Grayscale: #525252. Windows color (decimal): -12688339 or 2974782. OLE color: 2974782.
HSL color Cylindrical-coordinate representation of color #3E642D: hue angle of 101.45º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E642D is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 100 | 45 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.61 |
| HSL | 101.45º | 0.38% | 0.28% | - |
| HSV(B) | 101.45º | 0.55% | 0.39% | - |
| XYZ | 7.02 | 10.33 | 4.11 | - |
| YUV | 82.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 45 | 0.38 | 0 | 0.55 | 0.61 | 101.45 | 0.38 | 0.28 |
| Hex | 3E | 64 | 2D | 26 | 0 | 37 | 3D | 65 | 26 | 1C |
| Octal | 76 | 144 | 55 | 46 | 0 | 67 | 75 | 145 | 46 | 34 |
| Binary | 111110 | 1100100 | 101101 | 100110 | 0 | 110111 | 111101 | 1100101 | 100110 | 11100 |
Color Harmonies of #3E642D
Complementary color
Monochromatic Colors of #3E642D
Black with #3E642D
Text Example
Text Example
White with #3E642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E642D; }
p { color: rgb(62,100,45); }
H1.HeaderClassName
{
color: #3E642D;
}
.AnyTagClassName
{
color: #3E642D;
}
</style>
background-color css
<style>
a { background-color: #3E642D; }
a { background-color: rgb(62,100,45); }
div.DivClassName
{
background-color: #3E642D;
}
.BgClassName
{
background-color: #3E642D;
}
</style>
border-color css
<style>
span { border-color: #3E642D; }
span { border-color: rgb(62,100,45); }
td.TdClassName
{
border-color: #3E642D;
}
.TagClassName
{
border-color: #3E642D;
}
</style>