Shades of Green House #3F5737
Tints of Green House #3F5737
RGB
CMYK
RGB Variations
Color information
#3F5737 (or 0x3F5737) is known color: Green House. HEX triplet: 3F, 57 and 37. RGB value is (63,87,55). Sum of RGB (Red+Green+Blue) = 63+87+55=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5737 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5737 is #C0A8C8. Grayscale: #4C4C4C. Windows color (decimal): -12626121 or 3626815. OLE color: 3626815.
HSL color Cylindrical-coordinate representation of color #3F5737: hue angle of 105º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F5737 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 55 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.66 |
| HSL | 105º | 0.23% | 0.28% | - |
| HSV(B) | 105º | 0.37% | 0.34% | - |
| XYZ | 6.15 | 8.15 | 4.86 | - |
| YUV | 76.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 55 | 0.28 | 0 | 0.37 | 0.66 | 105 | 0.23 | 0.28 |
| Hex | 3F | 57 | 37 | 1C | 0 | 25 | 42 | 69 | 17 | 1C |
| Octal | 77 | 127 | 67 | 34 | 0 | 45 | 102 | 151 | 27 | 34 |
| Binary | 111111 | 1010111 | 110111 | 11100 | 0 | 100101 | 1000010 | 1101001 | 10111 | 11100 |
Color Harmonies of #3F5737
Complementary color
Monochromatic Colors of #3F5737
Black with #3F5737
Text Example
Text Example
White with #3F5737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5737; }
p { color: rgb(63,87,55); }
H1.HeaderClassName
{
color: #3F5737;
}
.AnyTagClassName
{
color: #3F5737;
}
</style>
background-color css
<style>
a { background-color: #3F5737; }
a { background-color: rgb(63,87,55); }
div.DivClassName
{
background-color: #3F5737;
}
.BgClassName
{
background-color: #3F5737;
}
</style>
border-color css
<style>
span { border-color: #3F5737; }
span { border-color: rgb(63,87,55); }
td.TdClassName
{
border-color: #3F5737;
}
.TagClassName
{
border-color: #3F5737;
}
</style>