Shades of Green House #3B5638
Tints of Green House #3B5638
RGB
CMYK
RGB Variations
Color information
#3B5638 (or 0x3B5638) is known color: Green House. HEX triplet: 3B, 56 and 38. RGB value is (59,86,56). Sum of RGB (Red+Green+Blue) = 59+86+56=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #3B5638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5638 is #C4A9C7. Grayscale: #4A4A4A. Windows color (decimal): -12888520 or 3692091. OLE color: 3692091.
HSL color Cylindrical-coordinate representation of color #3B5638: hue angle of 114º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B5638 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 86 | 56 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.66 |
| HSL | 114º | 0.21% | 0.28% | - |
| HSV(B) | 114º | 0.35% | 0.34% | - |
| XYZ | 5.85 | 7.87 | 4.95 | - |
| YUV | 74.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 56 | 0.31 | 0 | 0.35 | 0.66 | 114 | 0.21 | 0.28 |
| Hex | 3B | 56 | 38 | 1F | 0 | 23 | 42 | 72 | 15 | 1C |
| Octal | 73 | 126 | 70 | 37 | 0 | 43 | 102 | 162 | 25 | 34 |
| Binary | 111011 | 1010110 | 111000 | 11111 | 0 | 100011 | 1000010 | 1110010 | 10101 | 11100 |
Color Harmonies of #3B5638
Complementary color
Monochromatic Colors of #3B5638
Black with #3B5638
Text Example
Text Example
White with #3B5638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5638; }
p { color: rgb(59,86,56); }
H1.HeaderClassName
{
color: #3B5638;
}
.AnyTagClassName
{
color: #3B5638;
}
</style>
background-color css
<style>
a { background-color: #3B5638; }
a { background-color: rgb(59,86,56); }
div.DivClassName
{
background-color: #3B5638;
}
.BgClassName
{
background-color: #3B5638;
}
</style>
border-color css
<style>
span { border-color: #3B5638; }
span { border-color: rgb(59,86,56); }
td.TdClassName
{
border-color: #3B5638;
}
.TagClassName
{
border-color: #3B5638;
}
</style>