Shades of Green House #3F692C
Tints of Green House #3F692C
RGB
CMYK
RGB Variations
Color information
#3F692C (or 0x3F692C) is known color: Green House. HEX triplet: 3F, 69 and 2C. RGB value is (63,105,44). Sum of RGB (Red+Green+Blue) = 63+105+44=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #3F692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F692C is #C096D3. Grayscale: #555555. Windows color (decimal): -12621524 or 2910527. OLE color: 2910527.
HSL color Cylindrical-coordinate representation of color #3F692C: hue angle of 101.31º 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 #3F692C is Cyan = 0.4, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 44 | - |
| CMYK | 0.4 | 0 | 0.58 | 0.59 |
| HSL | 101.31º | 0.41% | 0.29% | - |
| HSV(B) | 101.31º | 0.58% | 0.41% | - |
| XYZ | 7.56 | 11.34 | 4.17 | - |
| YUV | 85.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 44 | 0.4 | 0 | 0.58 | 0.59 | 101.31 | 0.41 | 0.29 |
| Hex | 3F | 69 | 2C | 28 | 0 | 3A | 3B | 65 | 29 | 1D |
| Octal | 77 | 151 | 54 | 50 | 0 | 72 | 73 | 145 | 51 | 35 |
| Binary | 111111 | 1101001 | 101100 | 101000 | 0 | 111010 | 111011 | 1100101 | 101001 | 11101 |
Color Harmonies of #3F692C
Complementary color
Monochromatic Colors of #3F692C
Black with #3F692C
Text Example
Text Example
White with #3F692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F692C; }
p { color: rgb(63,105,44); }
H1.HeaderClassName
{
color: #3F692C;
}
.AnyTagClassName
{
color: #3F692C;
}
</style>
background-color css
<style>
a { background-color: #3F692C; }
a { background-color: rgb(63,105,44); }
div.DivClassName
{
background-color: #3F692C;
}
.BgClassName
{
background-color: #3F692C;
}
</style>
border-color css
<style>
span { border-color: #3F692C; }
span { border-color: rgb(63,105,44); }
td.TdClassName
{
border-color: #3F692C;
}
.TagClassName
{
border-color: #3F692C;
}
</style>