Shades of Green House #3E662A
Tints of Green House #3E662A
RGB
CMYK
RGB Variations
Color information
#3E662A (or 0x3E662A) is known color: Green House. HEX triplet: 3E, 66 and 2A. RGB value is (62,102,42). Sum of RGB (Red+Green+Blue) = 62+102+42=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #3E662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E662A is #C199D5. Grayscale: #535353. Windows color (decimal): -12687830 or 2778686. OLE color: 2778686.
HSL color Cylindrical-coordinate representation of color #3E662A: hue angle of 100º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E662A is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 102 | 42 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.6 |
| HSL | 100º | 0.42% | 0.28% | - |
| HSV(B) | 100º | 0.59% | 0.4% | - |
| XYZ | 7.16 | 10.69 | 3.88 | - |
| YUV | 83.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 42 | 0.39 | 0 | 0.59 | 0.6 | 100 | 0.42 | 0.28 |
| Hex | 3E | 66 | 2A | 27 | 0 | 3B | 3C | 64 | 2A | 1C |
| Octal | 76 | 146 | 52 | 47 | 0 | 73 | 74 | 144 | 52 | 34 |
| Binary | 111110 | 1100110 | 101010 | 100111 | 0 | 111011 | 111100 | 1100100 | 101010 | 11100 |
Color Harmonies of #3E662A
Complementary color
Monochromatic Colors of #3E662A
Black with #3E662A
Text Example
Text Example
White with #3E662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E662A; }
p { color: rgb(62,102,42); }
H1.HeaderClassName
{
color: #3E662A;
}
.AnyTagClassName
{
color: #3E662A;
}
</style>
background-color css
<style>
a { background-color: #3E662A; }
a { background-color: rgb(62,102,42); }
div.DivClassName
{
background-color: #3E662A;
}
.BgClassName
{
background-color: #3E662A;
}
</style>
border-color css
<style>
span { border-color: #3E662A; }
span { border-color: rgb(62,102,42); }
td.TdClassName
{
border-color: #3E662A;
}
.TagClassName
{
border-color: #3E662A;
}
</style>