Shades of Green House #3F6932
Tints of Green House #3F6932
RGB
CMYK
RGB Variations
Color information
#3F6932 (or 0x3F6932) is known color: Green House. HEX triplet: 3F, 69 and 32. RGB value is (63,105,50). Sum of RGB (Red+Green+Blue) = 63+105+50=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6932 is #C096CD. Grayscale: #565656. Windows color (decimal): -12621518 or 3303743. OLE color: 3303743.
HSL color Cylindrical-coordinate representation of color #3F6932: hue angle of 105.82º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F6932 is Cyan = 0.4, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 50 | - |
| CMYK | 0.4 | 0 | 0.52 | 0.59 |
| HSL | 105.82º | 0.35% | 0.3% | - |
| HSV(B) | 105.82º | 0.52% | 0.41% | - |
| XYZ | 7.68 | 11.39 | 4.81 | - |
| YUV | 86.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 50 | 0.4 | 0 | 0.52 | 0.59 | 105.82 | 0.35 | 0.3 |
| Hex | 3F | 69 | 32 | 28 | 0 | 34 | 3B | 6A | 23 | 1E |
| Octal | 77 | 151 | 62 | 50 | 0 | 64 | 73 | 152 | 43 | 36 |
| Binary | 111111 | 1101001 | 110010 | 101000 | 0 | 110100 | 111011 | 1101010 | 100011 | 11110 |
Color Harmonies of #3F6932
Complementary color
Monochromatic Colors of #3F6932
Black with #3F6932
Text Example
Text Example
White with #3F6932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6932; }
p { color: rgb(63,105,50); }
H1.HeaderClassName
{
color: #3F6932;
}
.AnyTagClassName
{
color: #3F6932;
}
</style>
background-color css
<style>
a { background-color: #3F6932; }
a { background-color: rgb(63,105,50); }
div.DivClassName
{
background-color: #3F6932;
}
.BgClassName
{
background-color: #3F6932;
}
</style>
border-color css
<style>
span { border-color: #3F6932; }
span { border-color: rgb(63,105,50); }
td.TdClassName
{
border-color: #3F6932;
}
.TagClassName
{
border-color: #3F6932;
}
</style>