Shades of Green House #3F682C
Tints of Green House #3F682C
RGB
CMYK
RGB Variations
Color information
#3F682C (or 0x3F682C) is known color: Green House. HEX triplet: 3F, 68 and 2C. RGB value is (63,104,44). Sum of RGB (Red+Green+Blue) = 63+104+44=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #3F682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F682C is #C097D3. Grayscale: #555555. Windows color (decimal): -12621780 or 2910271. OLE color: 2910271.
HSL color Cylindrical-coordinate representation of color #3F682C: hue angle of 101º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F682C is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 44 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.59 |
| HSL | 101º | 0.41% | 0.29% | - |
| HSV(B) | 101º | 0.58% | 0.41% | - |
| XYZ | 7.45 | 11.14 | 4.14 | - |
| YUV | 84.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 44 | 0.39 | 0 | 0.58 | 0.59 | 101 | 0.41 | 0.29 |
| Hex | 3F | 68 | 2C | 27 | 0 | 3A | 3B | 65 | 29 | 1D |
| Octal | 77 | 150 | 54 | 47 | 0 | 72 | 73 | 145 | 51 | 35 |
| Binary | 111111 | 1101000 | 101100 | 100111 | 0 | 111010 | 111011 | 1100101 | 101001 | 11101 |
Color Harmonies of #3F682C
Complementary color
Monochromatic Colors of #3F682C
Black with #3F682C
Text Example
Text Example
White with #3F682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F682C; }
p { color: rgb(63,104,44); }
H1.HeaderClassName
{
color: #3F682C;
}
.AnyTagClassName
{
color: #3F682C;
}
</style>
background-color css
<style>
a { background-color: #3F682C; }
a { background-color: rgb(63,104,44); }
div.DivClassName
{
background-color: #3F682C;
}
.BgClassName
{
background-color: #3F682C;
}
</style>
border-color css
<style>
span { border-color: #3F682C; }
span { border-color: rgb(63,104,44); }
td.TdClassName
{
border-color: #3F682C;
}
.TagClassName
{
border-color: #3F682C;
}
</style>