Shades of Green House #3B6032
Tints of Green House #3B6032
RGB
CMYK
RGB Variations
Color information
#3B6032 (or 0x3B6032) is known color: Green House. HEX triplet: 3B, 60 and 32. RGB value is (59,96,50). Sum of RGB (Red+Green+Blue) = 59+96+50=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6032 is #C49FCD. Grayscale: #4F4F4F. Windows color (decimal): -12885966 or 3301435. OLE color: 3301435.
HSL color Cylindrical-coordinate representation of color #3B6032: hue angle of 108.26º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B6032 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 96 | 50 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.62 |
| HSL | 108.26º | 0.32% | 0.29% | - |
| HSV(B) | 108.26º | 0.48% | 0.38% | - |
| XYZ | 6.56 | 9.53 | 4.51 | - |
| YUV | 79.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 50 | 0.39 | 0 | 0.48 | 0.62 | 108.26 | 0.32 | 0.29 |
| Hex | 3B | 60 | 32 | 27 | 0 | 30 | 3E | 6C | 20 | 1D |
| Octal | 73 | 140 | 62 | 47 | 0 | 60 | 76 | 154 | 40 | 35 |
| Binary | 111011 | 1100000 | 110010 | 100111 | 0 | 110000 | 111110 | 1101100 | 100000 | 11101 |
Color Harmonies of #3B6032
Complementary color
Monochromatic Colors of #3B6032
Black with #3B6032
Text Example
Text Example
White with #3B6032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6032; }
p { color: rgb(59,96,50); }
H1.HeaderClassName
{
color: #3B6032;
}
.AnyTagClassName
{
color: #3B6032;
}
</style>
background-color css
<style>
a { background-color: #3B6032; }
a { background-color: rgb(59,96,50); }
div.DivClassName
{
background-color: #3B6032;
}
.BgClassName
{
background-color: #3B6032;
}
</style>
border-color css
<style>
span { border-color: #3B6032; }
span { border-color: rgb(59,96,50); }
td.TdClassName
{
border-color: #3B6032;
}
.TagClassName
{
border-color: #3B6032;
}
</style>