Shades of Green House #3F682D
Tints of Green House #3F682D
RGB
CMYK
RGB Variations
Color information
#3F682D (or 0x3F682D) is known color: Green House. HEX triplet: 3F, 68 and 2D. RGB value is (63,104,45). Sum of RGB (Red+Green+Blue) = 63+104+45=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #3F682D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F682D is #C097D2. Grayscale: #555555. Windows color (decimal): -12621779 or 2975807. OLE color: 2975807.
HSL color Cylindrical-coordinate representation of color #3F682D: hue angle of 101.69º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F682D is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 45 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.59 |
| HSL | 101.69º | 0.4% | 0.29% | - |
| HSV(B) | 101.69º | 0.57% | 0.41% | - |
| XYZ | 7.47 | 11.15 | 4.24 | - |
| YUV | 85.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 45 | 0.39 | 0 | 0.57 | 0.59 | 101.69 | 0.4 | 0.29 |
| Hex | 3F | 68 | 2D | 27 | 0 | 39 | 3B | 66 | 28 | 1D |
| Octal | 77 | 150 | 55 | 47 | 0 | 71 | 73 | 146 | 50 | 35 |
| Binary | 111111 | 1101000 | 101101 | 100111 | 0 | 111001 | 111011 | 1100110 | 101000 | 11101 |
Color Harmonies of #3F682D
Complementary color
Monochromatic Colors of #3F682D
Black with #3F682D
Text Example
Text Example
White with #3F682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F682D; }
p { color: rgb(63,104,45); }
H1.HeaderClassName
{
color: #3F682D;
}
.AnyTagClassName
{
color: #3F682D;
}
</style>
background-color css
<style>
a { background-color: #3F682D; }
a { background-color: rgb(63,104,45); }
div.DivClassName
{
background-color: #3F682D;
}
.BgClassName
{
background-color: #3F682D;
}
</style>
border-color css
<style>
span { border-color: #3F682D; }
span { border-color: rgb(63,104,45); }
td.TdClassName
{
border-color: #3F682D;
}
.TagClassName
{
border-color: #3F682D;
}
</style>