Shades of Green House #3B6432
Tints of Green House #3B6432
RGB
CMYK
RGB Variations
Color information
#3B6432 (or 0x3B6432) is known color: Green House. HEX triplet: 3B, 64 and 32. RGB value is (59,100,50). Sum of RGB (Red+Green+Blue) = 59+100+50=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #3B6432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6432 is #C49BCD. Grayscale: #525252. Windows color (decimal): -12884942 or 3302459. OLE color: 3302459.
HSL color Cylindrical-coordinate representation of color #3B6432: hue angle of 109.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B6432 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 100 | 50 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.61 |
| HSL | 109.2º | 0.33% | 0.29% | - |
| HSV(B) | 109.2º | 0.5% | 0.39% | - |
| XYZ | 6.94 | 10.27 | 4.64 | - |
| YUV | 82.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 100 | 50 | 0.41 | 0 | 0.50 | 0.61 | 109.2 | 0.33 | 0.29 |
| Hex | 3B | 64 | 32 | 29 | 0 | 32 | 3D | 6D | 21 | 1D |
| Octal | 73 | 144 | 62 | 51 | 0 | 62 | 75 | 155 | 41 | 35 |
| Binary | 111011 | 1100100 | 110010 | 101001 | 0 | 110010 | 111101 | 1101101 | 100001 | 11101 |
Color Harmonies of #3B6432
Complementary color
Monochromatic Colors of #3B6432
Black with #3B6432
Text Example
Text Example
White with #3B6432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6432; }
p { color: rgb(59,100,50); }
H1.HeaderClassName
{
color: #3B6432;
}
.AnyTagClassName
{
color: #3B6432;
}
</style>
background-color css
<style>
a { background-color: #3B6432; }
a { background-color: rgb(59,100,50); }
div.DivClassName
{
background-color: #3B6432;
}
.BgClassName
{
background-color: #3B6432;
}
</style>
border-color css
<style>
span { border-color: #3B6432; }
span { border-color: rgb(59,100,50); }
td.TdClassName
{
border-color: #3B6432;
}
.TagClassName
{
border-color: #3B6432;
}
</style>