Shades of Green House #3E683C
Tints of Green House #3E683C
RGB
CMYK
RGB Variations
Color information
#3E683C (or 0x3E683C) is known color: Green House. HEX triplet: 3E, 68 and 3C. RGB value is (62,104,60). Sum of RGB (Red+Green+Blue) = 62+104+60=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #3E683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E683C is #C197C3. Grayscale: #565656. Windows color (decimal): -12687300 or 3958846. OLE color: 3958846.
HSL color Cylindrical-coordinate representation of color #3E683C: hue angle of 117.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3E683C is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 104 | 60 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.59 |
| HSL | 117.27º | 0.27% | 0.32% | - |
| HSV(B) | 117.27º | 0.42% | 0.41% | - |
| XYZ | 7.75 | 11.25 | 6.04 | - |
| YUV | 86.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 60 | 0.40 | 0 | 0.42 | 0.59 | 117.27 | 0.27 | 0.32 |
| Hex | 3E | 68 | 3C | 28 | 0 | 2A | 3B | 75 | 1B | 20 |
| Octal | 76 | 150 | 74 | 50 | 0 | 52 | 73 | 165 | 33 | 40 |
| Binary | 111110 | 1101000 | 111100 | 101000 | 0 | 101010 | 111011 | 1110101 | 11011 | 100000 |
Color Harmonies of #3E683C
Complementary color
Monochromatic Colors of #3E683C
Black with #3E683C
Text Example
Text Example
White with #3E683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E683C; }
p { color: rgb(62,104,60); }
H1.HeaderClassName
{
color: #3E683C;
}
.AnyTagClassName
{
color: #3E683C;
}
</style>
background-color css
<style>
a { background-color: #3E683C; }
a { background-color: rgb(62,104,60); }
div.DivClassName
{
background-color: #3E683C;
}
.BgClassName
{
background-color: #3E683C;
}
</style>
border-color css
<style>
span { border-color: #3E683C; }
span { border-color: rgb(62,104,60); }
td.TdClassName
{
border-color: #3E683C;
}
.TagClassName
{
border-color: #3E683C;
}
</style>