Shades of Green House #3F5637
Tints of Green House #3F5637
RGB
CMYK
RGB Variations
Color information
#3F5637 (or 0x3F5637) is known color: Green House. HEX triplet: 3F, 56 and 37. RGB value is (63,86,55). Sum of RGB (Red+Green+Blue) = 63+86+55=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5637 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5637 is #C0A9C8. Grayscale: #4B4B4B. Windows color (decimal): -12626377 or 3626559. OLE color: 3626559.
HSL color Cylindrical-coordinate representation of color #3F5637: hue angle of 104.52º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F5637 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 55 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.66 |
| HSL | 104.52º | 0.22% | 0.28% | - |
| HSV(B) | 104.52º | 0.36% | 0.34% | - |
| XYZ | 6.07 | 7.99 | 4.84 | - |
| YUV | 75.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 55 | 0.27 | 0 | 0.36 | 0.66 | 104.52 | 0.22 | 0.28 |
| Hex | 3F | 56 | 37 | 1B | 0 | 24 | 42 | 69 | 16 | 1C |
| Octal | 77 | 126 | 67 | 33 | 0 | 44 | 102 | 151 | 26 | 34 |
| Binary | 111111 | 1010110 | 110111 | 11011 | 0 | 100100 | 1000010 | 1101001 | 10110 | 11100 |
Color Harmonies of #3F5637
Complementary color
Monochromatic Colors of #3F5637
Black with #3F5637
Text Example
Text Example
White with #3F5637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5637; }
p { color: rgb(63,86,55); }
H1.HeaderClassName
{
color: #3F5637;
}
.AnyTagClassName
{
color: #3F5637;
}
</style>
background-color css
<style>
a { background-color: #3F5637; }
a { background-color: rgb(63,86,55); }
div.DivClassName
{
background-color: #3F5637;
}
.BgClassName
{
background-color: #3F5637;
}
</style>
border-color css
<style>
span { border-color: #3F5637; }
span { border-color: rgb(63,86,55); }
td.TdClassName
{
border-color: #3F5637;
}
.TagClassName
{
border-color: #3F5637;
}
</style>