Shades of Green House #3E6A2A
Tints of Green House #3E6A2A
RGB
CMYK
RGB Variations
Color information
#3E6A2A (or 0x3E6A2A) is known color: Green House. HEX triplet: 3E, 6A and 2A. RGB value is (62,106,42). Sum of RGB (Red+Green+Blue) = 62+106+42=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 106 (41.80% from 255 or 50.48% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 106 - color contains mainly: green. Hex color #3E6A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6A2A is #C195D5. Grayscale: #555555. Windows color (decimal): -12686806 or 2779710. OLE color: 2779710.
HSL color Cylindrical-coordinate representation of color #3E6A2A: hue angle of 101.25º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E6A2A is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 106 | 42 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.58 |
| HSL | 101.25º | 0.43% | 0.29% | - |
| HSV(B) | 101.25º | 0.6% | 0.42% | - |
| XYZ | 7.56 | 11.5 | 4.01 | - |
| YUV | 85.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 42 | 0.42 | 0 | 0.60 | 0.58 | 101.25 | 0.43 | 0.29 |
| Hex | 3E | 6A | 2A | 2A | 0 | 3C | 3A | 65 | 2B | 1D |
| Octal | 76 | 152 | 52 | 52 | 0 | 74 | 72 | 145 | 53 | 35 |
| Binary | 111110 | 1101010 | 101010 | 101010 | 0 | 111100 | 111010 | 1100101 | 101011 | 11101 |
Color Harmonies of #3E6A2A
Complementary color
Monochromatic Colors of #3E6A2A
Black with #3E6A2A
Text Example
Text Example
White with #3E6A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6A2A; }
p { color: rgb(62,106,42); }
H1.HeaderClassName
{
color: #3E6A2A;
}
.AnyTagClassName
{
color: #3E6A2A;
}
</style>
background-color css
<style>
a { background-color: #3E6A2A; }
a { background-color: rgb(62,106,42); }
div.DivClassName
{
background-color: #3E6A2A;
}
.BgClassName
{
background-color: #3E6A2A;
}
</style>
border-color css
<style>
span { border-color: #3E6A2A; }
span { border-color: rgb(62,106,42); }
td.TdClassName
{
border-color: #3E6A2A;
}
.TagClassName
{
border-color: #3E6A2A;
}
</style>