Shades of Green House #3B7234
Tints of Green House #3B7234
RGB
CMYK
RGB Variations
Color information
#3B7234 (or 0x3B7234) is known color: Green House. HEX triplet: 3B, 72 and 34. RGB value is (59,114,52). Sum of RGB (Red+Green+Blue) = 59+114+52=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #3B7234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7234 is #C48DCB. Grayscale: #5A5A5A. Windows color (decimal): -12881356 or 3437115. OLE color: 3437115.
HSL color Cylindrical-coordinate representation of color #3B7234: hue angle of 113.23º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7234 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 52 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.55 |
| HSL | 113.23º | 0.37% | 0.33% | - |
| HSV(B) | 113.23º | 0.54% | 0.45% | - |
| XYZ | 8.44 | 13.21 | 5.35 | - |
| YUV | 90.49 | 106.28 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 52 | 0.48 | 0 | 0.54 | 0.55 | 113.23 | 0.37 | 0.33 |
| Hex | 3B | 72 | 34 | 30 | 0 | 36 | 37 | 71 | 25 | 21 |
| Octal | 73 | 162 | 64 | 60 | 0 | 66 | 67 | 161 | 45 | 41 |
| Binary | 111011 | 1110010 | 110100 | 110000 | 0 | 110110 | 110111 | 1110001 | 100101 | 100001 |
Color Harmonies of #3B7234
Complementary color
Monochromatic Colors of #3B7234
Black with #3B7234
Text Example
Text Example
White with #3B7234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7234; }
p { color: rgb(59,114,52); }
H1.HeaderClassName
{
color: #3B7234;
}
.AnyTagClassName
{
color: #3B7234;
}
</style>
background-color css
<style>
a { background-color: #3B7234; }
a { background-color: rgb(59,114,52); }
div.DivClassName
{
background-color: #3B7234;
}
.BgClassName
{
background-color: #3B7234;
}
</style>
border-color css
<style>
span { border-color: #3B7234; }
span { border-color: rgb(59,114,52); }
td.TdClassName
{
border-color: #3B7234;
}
.TagClassName
{
border-color: #3B7234;
}
</style>