Shades of Green House #3E6531
Tints of Green House #3E6531
RGB
CMYK
RGB Variations
Color information
#3E6531 (or 0x3E6531) is known color: Green House. HEX triplet: 3E, 65 and 31. RGB value is (62,101,49). Sum of RGB (Red+Green+Blue) = 62+101+49=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #3E6531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6531 is #C19ACE. Grayscale: #535353. Windows color (decimal): -12688079 or 3237182. OLE color: 3237182.
HSL color Cylindrical-coordinate representation of color #3E6531: hue angle of 105º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E6531 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 101 | 49 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.60 |
| HSL | 105º | 0.35% | 0.29% | - |
| HSV(B) | 105º | 0.51% | 0.4% | - |
| XYZ | 7.19 | 10.55 | 4.56 | - |
| YUV | 83.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 49 | 0.39 | 0 | 0.51 | 0.60 | 105 | 0.35 | 0.29 |
| Hex | 3E | 65 | 31 | 27 | 0 | 33 | 3C | 69 | 23 | 1D |
| Octal | 76 | 145 | 61 | 47 | 0 | 63 | 74 | 151 | 43 | 35 |
| Binary | 111110 | 1100101 | 110001 | 100111 | 0 | 110011 | 111100 | 1101001 | 100011 | 11101 |
Color Harmonies of #3E6531
Complementary color
Monochromatic Colors of #3E6531
Black with #3E6531
Text Example
Text Example
White with #3E6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6531; }
p { color: rgb(62,101,49); }
H1.HeaderClassName
{
color: #3E6531;
}
.AnyTagClassName
{
color: #3E6531;
}
</style>
background-color css
<style>
a { background-color: #3E6531; }
a { background-color: rgb(62,101,49); }
div.DivClassName
{
background-color: #3E6531;
}
.BgClassName
{
background-color: #3E6531;
}
</style>
border-color css
<style>
span { border-color: #3E6531; }
span { border-color: rgb(62,101,49); }
td.TdClassName
{
border-color: #3E6531;
}
.TagClassName
{
border-color: #3E6531;
}
</style>