Shades of Green House #3F682E
Tints of Green House #3F682E
RGB
CMYK
RGB Variations
Color information
#3F682E (or 0x3F682E) is known color: Green House. HEX triplet: 3F, 68 and 2E. RGB value is (63,104,46). Sum of RGB (Red+Green+Blue) = 63+104+46=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #3F682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F682E is #C097D1. Grayscale: #555555. Windows color (decimal): -12621778 or 3041343. OLE color: 3041343.
HSL color Cylindrical-coordinate representation of color #3F682E: hue angle of 102.41º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F682E is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 46 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.59 |
| HSL | 102.41º | 0.39% | 0.29% | - |
| HSV(B) | 102.41º | 0.56% | 0.41% | - |
| XYZ | 7.49 | 11.15 | 4.34 | - |
| YUV | 85.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 46 | 0.39 | 0 | 0.56 | 0.59 | 102.41 | 0.39 | 0.29 |
| Hex | 3F | 68 | 2E | 27 | 0 | 38 | 3B | 66 | 27 | 1D |
| Octal | 77 | 150 | 56 | 47 | 0 | 70 | 73 | 146 | 47 | 35 |
| Binary | 111111 | 1101000 | 101110 | 100111 | 0 | 111000 | 111011 | 1100110 | 100111 | 11101 |
Color Harmonies of #3F682E
Complementary color
Monochromatic Colors of #3F682E
Black with #3F682E
Text Example
Text Example
White with #3F682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F682E; }
p { color: rgb(63,104,46); }
H1.HeaderClassName
{
color: #3F682E;
}
.AnyTagClassName
{
color: #3F682E;
}
</style>
background-color css
<style>
a { background-color: #3F682E; }
a { background-color: rgb(63,104,46); }
div.DivClassName
{
background-color: #3F682E;
}
.BgClassName
{
background-color: #3F682E;
}
</style>
border-color css
<style>
span { border-color: #3F682E; }
span { border-color: rgb(63,104,46); }
td.TdClassName
{
border-color: #3F682E;
}
.TagClassName
{
border-color: #3F682E;
}
</style>