Shades of Green House #3E6834
Tints of Green House #3E6834
RGB
CMYK
RGB Variations
Color information
#3E6834 (or 0x3E6834) is known color: Green House. HEX triplet: 3E, 68 and 34. RGB value is (62,104,52). Sum of RGB (Red+Green+Blue) = 62+104+52=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #3E6834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6834 is #C197CB. Grayscale: #555555. Windows color (decimal): -12687308 or 3434558. OLE color: 3434558.
HSL color Cylindrical-coordinate representation of color #3E6834: hue angle of 108.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E6834 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 104 | 52 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.59 |
| HSL | 108.46º | 0.33% | 0.31% | - |
| HSV(B) | 108.46º | 0.5% | 0.41% | - |
| XYZ | 7.56 | 11.17 | 5.01 | - |
| YUV | 85.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 52 | 0.40 | 0 | 0.50 | 0.59 | 108.46 | 0.33 | 0.31 |
| Hex | 3E | 68 | 34 | 28 | 0 | 32 | 3B | 6C | 21 | 1F |
| Octal | 76 | 150 | 64 | 50 | 0 | 62 | 73 | 154 | 41 | 37 |
| Binary | 111110 | 1101000 | 110100 | 101000 | 0 | 110010 | 111011 | 1101100 | 100001 | 11111 |
Color Harmonies of #3E6834
Complementary color
Monochromatic Colors of #3E6834
Black with #3E6834
Text Example
Text Example
White with #3E6834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6834; }
p { color: rgb(62,104,52); }
H1.HeaderClassName
{
color: #3E6834;
}
.AnyTagClassName
{
color: #3E6834;
}
</style>
background-color css
<style>
a { background-color: #3E6834; }
a { background-color: rgb(62,104,52); }
div.DivClassName
{
background-color: #3E6834;
}
.BgClassName
{
background-color: #3E6834;
}
</style>
border-color css
<style>
span { border-color: #3E6834; }
span { border-color: rgb(62,104,52); }
td.TdClassName
{
border-color: #3E6834;
}
.TagClassName
{
border-color: #3E6834;
}
</style>