Shades of Green House #3B7130
Tints of Green House #3B7130
RGB
CMYK
RGB Variations
Color information
#3B7130 (or 0x3B7130) is known color: Green House. HEX triplet: 3B, 71 and 30. RGB value is (59,113,48). Sum of RGB (Red+Green+Blue) = 59+113+48=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7130 is #C48ECF. Grayscale: #595959. Windows color (decimal): -12881616 or 3174715. OLE color: 3174715.
HSL color Cylindrical-coordinate representation of color #3B7130: hue angle of 109.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B7130 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 113 | 48 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.56 |
| HSL | 109.85º | 0.4% | 0.32% | - |
| HSV(B) | 109.85º | 0.58% | 0.44% | - |
| XYZ | 8.24 | 12.95 | 4.86 | - |
| YUV | 89.44 | 104.61 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 113 | 48 | 0.48 | 0 | 0.58 | 0.56 | 109.85 | 0.4 | 0.32 |
| Hex | 3B | 71 | 30 | 30 | 0 | 3A | 38 | 6E | 28 | 20 |
| Octal | 73 | 161 | 60 | 60 | 0 | 72 | 70 | 156 | 50 | 40 |
| Binary | 111011 | 1110001 | 110000 | 110000 | 0 | 111010 | 111000 | 1101110 | 101000 | 100000 |
Color Harmonies of #3B7130
Complementary color
Monochromatic Colors of #3B7130
Black with #3B7130
Text Example
Text Example
White with #3B7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7130; }
p { color: rgb(59,113,48); }
H1.HeaderClassName
{
color: #3B7130;
}
.AnyTagClassName
{
color: #3B7130;
}
</style>
background-color css
<style>
a { background-color: #3B7130; }
a { background-color: rgb(59,113,48); }
div.DivClassName
{
background-color: #3B7130;
}
.BgClassName
{
background-color: #3B7130;
}
</style>
border-color css
<style>
span { border-color: #3B7130; }
span { border-color: rgb(59,113,48); }
td.TdClassName
{
border-color: #3B7130;
}
.TagClassName
{
border-color: #3B7130;
}
</style>