Shades of Green House #3C5634
Tints of Green House #3C5634
RGB
CMYK
RGB Variations
Color information
#3C5634 (or 0x3C5634) is known color: Green House. HEX triplet: 3C, 56 and 34. RGB value is (60,86,52). Sum of RGB (Red+Green+Blue) = 60+86+52=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 86 - color contains mainly: green. Hex color #3C5634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5634 is #C3A9CB. Grayscale: #4A4A4A. Windows color (decimal): -12822988 or 3429948. OLE color: 3429948.
HSL color Cylindrical-coordinate representation of color #3C5634: hue angle of 105.88º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C5634 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 86 | 52 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.66 |
| HSL | 105.88º | 0.25% | 0.27% | - |
| HSV(B) | 105.88º | 0.4% | 0.34% | - |
| XYZ | 5.81 | 7.86 | 4.46 | - |
| YUV | 74.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 86 | 52 | 0.30 | 0 | 0.40 | 0.66 | 105.88 | 0.25 | 0.27 |
| Hex | 3C | 56 | 34 | 1E | 0 | 28 | 42 | 6A | 19 | 1B |
| Octal | 74 | 126 | 64 | 36 | 0 | 50 | 102 | 152 | 31 | 33 |
| Binary | 111100 | 1010110 | 110100 | 11110 | 0 | 101000 | 1000010 | 1101010 | 11001 | 11011 |
Color Harmonies of #3C5634
Complementary color
Monochromatic Colors of #3C5634
Black with #3C5634
Text Example
Text Example
White with #3C5634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5634; }
p { color: rgb(60,86,52); }
H1.HeaderClassName
{
color: #3C5634;
}
.AnyTagClassName
{
color: #3C5634;
}
</style>
background-color css
<style>
a { background-color: #3C5634; }
a { background-color: rgb(60,86,52); }
div.DivClassName
{
background-color: #3C5634;
}
.BgClassName
{
background-color: #3C5634;
}
</style>
border-color css
<style>
span { border-color: #3C5634; }
span { border-color: rgb(60,86,52); }
td.TdClassName
{
border-color: #3C5634;
}
.TagClassName
{
border-color: #3C5634;
}
</style>