Shades of Green House #3B7332
Tints of Green House #3B7332
RGB
CMYK
RGB Variations
Color information
#3B7332 (or 0x3B7332) is known color: Green House. HEX triplet: 3B, 73 and 32. RGB value is (59,115,50). Sum of RGB (Red+Green+Blue) = 59+115+50=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7332 is #C48CCD. Grayscale: #5B5B5B. Windows color (decimal): -12881102 or 3306299. OLE color: 3306299.
HSL color Cylindrical-coordinate representation of color #3B7332: hue angle of 111.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B7332 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 50 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.55 |
| HSL | 111.69º | 0.39% | 0.32% | - |
| HSV(B) | 111.69º | 0.57% | 0.45% | - |
| XYZ | 8.51 | 13.42 | 5.16 | - |
| YUV | 90.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 50 | 0.49 | 0 | 0.57 | 0.55 | 111.69 | 0.39 | 0.32 |
| Hex | 3B | 73 | 32 | 31 | 0 | 39 | 37 | 70 | 27 | 20 |
| Octal | 73 | 163 | 62 | 61 | 0 | 71 | 67 | 160 | 47 | 40 |
| Binary | 111011 | 1110011 | 110010 | 110001 | 0 | 111001 | 110111 | 1110000 | 100111 | 100000 |
Color Harmonies of #3B7332
Complementary color
Monochromatic Colors of #3B7332
Black with #3B7332
Text Example
Text Example
White with #3B7332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7332; }
p { color: rgb(59,115,50); }
H1.HeaderClassName
{
color: #3B7332;
}
.AnyTagClassName
{
color: #3B7332;
}
</style>
background-color css
<style>
a { background-color: #3B7332; }
a { background-color: rgb(59,115,50); }
div.DivClassName
{
background-color: #3B7332;
}
.BgClassName
{
background-color: #3B7332;
}
</style>
border-color css
<style>
span { border-color: #3B7332; }
span { border-color: rgb(59,115,50); }
td.TdClassName
{
border-color: #3B7332;
}
.TagClassName
{
border-color: #3B7332;
}
</style>