Shades of Green House #3F6532
Tints of Green House #3F6532
RGB
CMYK
RGB Variations
Color information
#3F6532 (or 0x3F6532) is known color: Green House. HEX triplet: 3F, 65 and 32. RGB value is (63,101,50). Sum of RGB (Red+Green+Blue) = 63+101+50=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6532 is #C09ACD. Grayscale: #535353. Windows color (decimal): -12622542 or 3302719. OLE color: 3302719.
HSL color Cylindrical-coordinate representation of color #3F6532: hue angle of 104.71º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F6532 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 50 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.60 |
| HSL | 104.71º | 0.34% | 0.3% | - |
| HSV(B) | 104.71º | 0.5% | 0.4% | - |
| XYZ | 7.28 | 10.59 | 4.68 | - |
| YUV | 83.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 50 | 0.38 | 0 | 0.50 | 0.60 | 104.71 | 0.34 | 0.3 |
| Hex | 3F | 65 | 32 | 26 | 0 | 32 | 3C | 69 | 22 | 1E |
| Octal | 77 | 145 | 62 | 46 | 0 | 62 | 74 | 151 | 42 | 36 |
| Binary | 111111 | 1100101 | 110010 | 100110 | 0 | 110010 | 111100 | 1101001 | 100010 | 11110 |
Color Harmonies of #3F6532
Complementary color
Monochromatic Colors of #3F6532
Black with #3F6532
Text Example
Text Example
White with #3F6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6532; }
p { color: rgb(63,101,50); }
H1.HeaderClassName
{
color: #3F6532;
}
.AnyTagClassName
{
color: #3F6532;
}
</style>
background-color css
<style>
a { background-color: #3F6532; }
a { background-color: rgb(63,101,50); }
div.DivClassName
{
background-color: #3F6532;
}
.BgClassName
{
background-color: #3F6532;
}
</style>
border-color css
<style>
span { border-color: #3F6532; }
span { border-color: rgb(63,101,50); }
td.TdClassName
{
border-color: #3F6532;
}
.TagClassName
{
border-color: #3F6532;
}
</style>