Shades of Green House #3E602D
Tints of Green House #3E602D
RGB
CMYK
RGB Variations
Color information
#3E602D (or 0x3E602D) is known color: Green House. HEX triplet: 3E, 60 and 2D. RGB value is (62,96,45). Sum of RGB (Red+Green+Blue) = 62+96+45=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #3E602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E602D is #C19FD2. Grayscale: #505050. Windows color (decimal): -12689363 or 2973758. OLE color: 2973758.
HSL color Cylindrical-coordinate representation of color #3E602D: hue angle of 100º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E602D is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 45 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.62 |
| HSL | 100º | 0.36% | 0.28% | - |
| HSV(B) | 100º | 0.53% | 0.38% | - |
| XYZ | 6.64 | 9.58 | 3.98 | - |
| YUV | 80.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 45 | 0.35 | 0 | 0.53 | 0.62 | 100 | 0.36 | 0.28 |
| Hex | 3E | 60 | 2D | 23 | 0 | 35 | 3E | 64 | 24 | 1C |
| Octal | 76 | 140 | 55 | 43 | 0 | 65 | 76 | 144 | 44 | 34 |
| Binary | 111110 | 1100000 | 101101 | 100011 | 0 | 110101 | 111110 | 1100100 | 100100 | 11100 |
Color Harmonies of #3E602D
Complementary color
Monochromatic Colors of #3E602D
Black with #3E602D
Text Example
Text Example
White with #3E602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E602D; }
p { color: rgb(62,96,45); }
H1.HeaderClassName
{
color: #3E602D;
}
.AnyTagClassName
{
color: #3E602D;
}
</style>
background-color css
<style>
a { background-color: #3E602D; }
a { background-color: rgb(62,96,45); }
div.DivClassName
{
background-color: #3E602D;
}
.BgClassName
{
background-color: #3E602D;
}
</style>
border-color css
<style>
span { border-color: #3E602D; }
span { border-color: rgb(62,96,45); }
td.TdClassName
{
border-color: #3E602D;
}
.TagClassName
{
border-color: #3E602D;
}
</style>