Shades of Green House #3B652C
Tints of Green House #3B652C
RGB
CMYK
RGB Variations
Color information
#3B652C (or 0x3B652C) is known color: Green House. HEX triplet: 3B, 65 and 2C. RGB value is (59,101,44). Sum of RGB (Red+Green+Blue) = 59+101+44=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #3B652C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B652C is #C49AD3. Grayscale: #525252. Windows color (decimal): -12884692 or 2909499. OLE color: 2909499.
HSL color Cylindrical-coordinate representation of color #3B652C: hue angle of 104.21º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B652C is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 101 | 44 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.60 |
| HSL | 104.21º | 0.39% | 0.28% | - |
| HSV(B) | 104.21º | 0.56% | 0.4% | - |
| XYZ | 6.91 | 10.42 | 4.03 | - |
| YUV | 81.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 44 | 0.42 | 0 | 0.56 | 0.60 | 104.21 | 0.39 | 0.28 |
| Hex | 3B | 65 | 2C | 2A | 0 | 38 | 3C | 68 | 27 | 1C |
| Octal | 73 | 145 | 54 | 52 | 0 | 70 | 74 | 150 | 47 | 34 |
| Binary | 111011 | 1100101 | 101100 | 101010 | 0 | 111000 | 111100 | 1101000 | 100111 | 11100 |
Color Harmonies of #3B652C
Complementary color
Monochromatic Colors of #3B652C
Black with #3B652C
Text Example
Text Example
White with #3B652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B652C; }
p { color: rgb(59,101,44); }
H1.HeaderClassName
{
color: #3B652C;
}
.AnyTagClassName
{
color: #3B652C;
}
</style>
background-color css
<style>
a { background-color: #3B652C; }
a { background-color: rgb(59,101,44); }
div.DivClassName
{
background-color: #3B652C;
}
.BgClassName
{
background-color: #3B652C;
}
</style>
border-color css
<style>
span { border-color: #3B652C; }
span { border-color: rgb(59,101,44); }
td.TdClassName
{
border-color: #3B652C;
}
.TagClassName
{
border-color: #3B652C;
}
</style>