Shades of Green House #3B6E35
Tints of Green House #3B6E35
RGB
CMYK
RGB Variations
Color information
#3B6E35 (or 0x3B6E35) is known color: Green House. HEX triplet: 3B, 6E and 35. RGB value is (59,110,53). Sum of RGB (Red+Green+Blue) = 59+110+53=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6E35 is #C491CA. Grayscale: #585858. Windows color (decimal): -12882379 or 3501627. OLE color: 3501627.
HSL color Cylindrical-coordinate representation of color #3B6E35: hue angle of 113.68º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B6E35 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 110 | 53 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.57 |
| HSL | 113.68º | 0.35% | 0.32% | - |
| HSV(B) | 113.68º | 0.52% | 0.43% | - |
| XYZ | 8.02 | 12.34 | 5.33 | - |
| YUV | 88.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 110 | 53 | 0.46 | 0 | 0.52 | 0.57 | 113.68 | 0.35 | 0.32 |
| Hex | 3B | 6E | 35 | 2E | 0 | 34 | 39 | 72 | 23 | 20 |
| Octal | 73 | 156 | 65 | 56 | 0 | 64 | 71 | 162 | 43 | 40 |
| Binary | 111011 | 1101110 | 110101 | 101110 | 0 | 110100 | 111001 | 1110010 | 100011 | 100000 |
Color Harmonies of #3B6E35
Complementary color
Monochromatic Colors of #3B6E35
Black with #3B6E35
Text Example
Text Example
White with #3B6E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6E35; }
p { color: rgb(59,110,53); }
H1.HeaderClassName
{
color: #3B6E35;
}
.AnyTagClassName
{
color: #3B6E35;
}
</style>
background-color css
<style>
a { background-color: #3B6E35; }
a { background-color: rgb(59,110,53); }
div.DivClassName
{
background-color: #3B6E35;
}
.BgClassName
{
background-color: #3B6E35;
}
</style>
border-color css
<style>
span { border-color: #3B6E35; }
span { border-color: rgb(59,110,53); }
td.TdClassName
{
border-color: #3B6E35;
}
.TagClassName
{
border-color: #3B6E35;
}
</style>