Shades of Green House #3B6632
Tints of Green House #3B6632
RGB
CMYK
RGB Variations
Color information
#3B6632 (or 0x3B6632) is known color: Green House. HEX triplet: 3B, 66 and 32. RGB value is (59,102,50). Sum of RGB (Red+Green+Blue) = 59+102+50=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6632 is #C499CD. Grayscale: #535353. Windows color (decimal): -12884430 or 3302971. OLE color: 3302971.
HSL color Cylindrical-coordinate representation of color #3B6632: hue angle of 109.62º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B6632 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 102 | 50 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.6 |
| HSL | 109.62º | 0.34% | 0.3% | - |
| HSV(B) | 109.62º | 0.51% | 0.4% | - |
| XYZ | 7.13 | 10.66 | 4.7 | - |
| YUV | 83.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 50 | 0.42 | 0 | 0.51 | 0.6 | 109.62 | 0.34 | 0.3 |
| Hex | 3B | 66 | 32 | 2A | 0 | 33 | 3C | 6E | 22 | 1E |
| Octal | 73 | 146 | 62 | 52 | 0 | 63 | 74 | 156 | 42 | 36 |
| Binary | 111011 | 1100110 | 110010 | 101010 | 0 | 110011 | 111100 | 1101110 | 100010 | 11110 |
Color Harmonies of #3B6632
Complementary color
Monochromatic Colors of #3B6632
Black with #3B6632
Text Example
Text Example
White with #3B6632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6632; }
p { color: rgb(59,102,50); }
H1.HeaderClassName
{
color: #3B6632;
}
.AnyTagClassName
{
color: #3B6632;
}
</style>
background-color css
<style>
a { background-color: #3B6632; }
a { background-color: rgb(59,102,50); }
div.DivClassName
{
background-color: #3B6632;
}
.BgClassName
{
background-color: #3B6632;
}
</style>
border-color css
<style>
span { border-color: #3B6632; }
span { border-color: rgb(59,102,50); }
td.TdClassName
{
border-color: #3B6632;
}
.TagClassName
{
border-color: #3B6632;
}
</style>