Shades of Green House #3B7032
Tints of Green House #3B7032
RGB
CMYK
RGB Variations
Color information
#3B7032 (or 0x3B7032) is known color: Green House. HEX triplet: 3B, 70 and 32. RGB value is (59,112,50). Sum of RGB (Red+Green+Blue) = 59+112+50=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7032 is #C48FCD. Grayscale: #595959. Windows color (decimal): -12881870 or 3305531. OLE color: 3305531.
HSL color Cylindrical-coordinate representation of color #3B7032: hue angle of 111.29º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B7032 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 112 | 50 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.56 |
| HSL | 111.29º | 0.38% | 0.32% | - |
| HSV(B) | 111.29º | 0.55% | 0.44% | - |
| XYZ | 8.17 | 12.75 | 5.05 | - |
| YUV | 89.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 112 | 50 | 0.47 | 0 | 0.55 | 0.56 | 111.29 | 0.38 | 0.32 |
| Hex | 3B | 70 | 32 | 2F | 0 | 37 | 38 | 6F | 26 | 20 |
| Octal | 73 | 160 | 62 | 57 | 0 | 67 | 70 | 157 | 46 | 40 |
| Binary | 111011 | 1110000 | 110010 | 101111 | 0 | 110111 | 111000 | 1101111 | 100110 | 100000 |
Color Harmonies of #3B7032
Complementary color
Monochromatic Colors of #3B7032
Black with #3B7032
Text Example
Text Example
White with #3B7032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7032; }
p { color: rgb(59,112,50); }
H1.HeaderClassName
{
color: #3B7032;
}
.AnyTagClassName
{
color: #3B7032;
}
</style>
background-color css
<style>
a { background-color: #3B7032; }
a { background-color: rgb(59,112,50); }
div.DivClassName
{
background-color: #3B7032;
}
.BgClassName
{
background-color: #3B7032;
}
</style>
border-color css
<style>
span { border-color: #3B7032; }
span { border-color: rgb(59,112,50); }
td.TdClassName
{
border-color: #3B7032;
}
.TagClassName
{
border-color: #3B7032;
}
</style>