Shades of Green House #3C7034
Tints of Green House #3C7034
RGB
CMYK
RGB Variations
Color information
#3C7034 (or 0x3C7034) is known color: Green House. HEX triplet: 3C, 70 and 34. RGB value is (60,112,52). Sum of RGB (Red+Green+Blue) = 60+112+52=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7034 is #C38FCB. Grayscale: #595959. Windows color (decimal): -12816332 or 3436604. OLE color: 3436604.
HSL color Cylindrical-coordinate representation of color #3C7034: hue angle of 112º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C7034 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 52 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.56 |
| HSL | 112º | 0.37% | 0.32% | - |
| HSV(B) | 112º | 0.54% | 0.44% | - |
| XYZ | 8.28 | 12.8 | 5.28 | - |
| YUV | 89.61 | 106.77 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 52 | 0.46 | 0 | 0.54 | 0.56 | 112 | 0.37 | 0.32 |
| Hex | 3C | 70 | 34 | 2E | 0 | 36 | 38 | 70 | 25 | 20 |
| Octal | 74 | 160 | 64 | 56 | 0 | 66 | 70 | 160 | 45 | 40 |
| Binary | 111100 | 1110000 | 110100 | 101110 | 0 | 110110 | 111000 | 1110000 | 100101 | 100000 |
Color Harmonies of #3C7034
Complementary color
Monochromatic Colors of #3C7034
Black with #3C7034
Text Example
Text Example
White with #3C7034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7034; }
p { color: rgb(60,112,52); }
H1.HeaderClassName
{
color: #3C7034;
}
.AnyTagClassName
{
color: #3C7034;
}
</style>
background-color css
<style>
a { background-color: #3C7034; }
a { background-color: rgb(60,112,52); }
div.DivClassName
{
background-color: #3C7034;
}
.BgClassName
{
background-color: #3C7034;
}
</style>
border-color css
<style>
span { border-color: #3C7034; }
span { border-color: rgb(60,112,52); }
td.TdClassName
{
border-color: #3C7034;
}
.TagClassName
{
border-color: #3C7034;
}
</style>