Shades of Green House #3B6634
Tints of Green House #3B6634
RGB
CMYK
RGB Variations
Color information
#3B6634 (or 0x3B6634) is known color: Green House. HEX triplet: 3B, 66 and 34. RGB value is (59,102,52). Sum of RGB (Red+Green+Blue) = 59+102+52=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6634 is #C499CB. Grayscale: #535353. Windows color (decimal): -12884428 or 3434043. OLE color: 3434043.
HSL color Cylindrical-coordinate representation of color #3B6634: hue angle of 111.6º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B6634 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 102 | 52 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.6 |
| HSL | 111.6º | 0.32% | 0.3% | - |
| HSV(B) | 111.6º | 0.49% | 0.4% | - |
| XYZ | 7.17 | 10.68 | 4.93 | - |
| YUV | 83.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 52 | 0.42 | 0 | 0.49 | 0.6 | 111.6 | 0.32 | 0.3 |
| Hex | 3B | 66 | 34 | 2A | 0 | 31 | 3C | 70 | 20 | 1E |
| Octal | 73 | 146 | 64 | 52 | 0 | 61 | 74 | 160 | 40 | 36 |
| Binary | 111011 | 1100110 | 110100 | 101010 | 0 | 110001 | 111100 | 1110000 | 100000 | 11110 |
Color Harmonies of #3B6634
Complementary color
Monochromatic Colors of #3B6634
Black with #3B6634
Text Example
Text Example
White with #3B6634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6634; }
p { color: rgb(59,102,52); }
H1.HeaderClassName
{
color: #3B6634;
}
.AnyTagClassName
{
color: #3B6634;
}
</style>
background-color css
<style>
a { background-color: #3B6634; }
a { background-color: rgb(59,102,52); }
div.DivClassName
{
background-color: #3B6634;
}
.BgClassName
{
background-color: #3B6634;
}
</style>
border-color css
<style>
span { border-color: #3B6634; }
span { border-color: rgb(59,102,52); }
td.TdClassName
{
border-color: #3B6634;
}
.TagClassName
{
border-color: #3B6634;
}
</style>