Shades of Green House #3C702C
Tints of Green House #3C702C
RGB
CMYK
RGB Variations
Color information
#3C702C (or 0x3C702C) is known color: Green House. HEX triplet: 3C, 70 and 2C. RGB value is (60,112,44). Sum of RGB (Red+Green+Blue) = 60+112+44=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #3C702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C702C is #C38FD3. Grayscale: #585858. Windows color (decimal): -12816340 or 2912316. OLE color: 2912316.
HSL color Cylindrical-coordinate representation of color #3C702C: hue angle of 105.88º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C702C is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 44 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.56 |
| HSL | 105.88º | 0.44% | 0.31% | - |
| HSV(B) | 105.88º | 0.61% | 0.44% | - |
| XYZ | 8.11 | 12.73 | 4.41 | - |
| YUV | 88.7 | 102.77 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 44 | 0.46 | 0 | 0.61 | 0.56 | 105.88 | 0.44 | 0.31 |
| Hex | 3C | 70 | 2C | 2E | 0 | 3D | 38 | 6A | 2C | 1F |
| Octal | 74 | 160 | 54 | 56 | 0 | 75 | 70 | 152 | 54 | 37 |
| Binary | 111100 | 1110000 | 101100 | 101110 | 0 | 111101 | 111000 | 1101010 | 101100 | 11111 |
Color Harmonies of #3C702C
Complementary color
Monochromatic Colors of #3C702C
Black with #3C702C
Text Example
Text Example
White with #3C702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C702C; }
p { color: rgb(60,112,44); }
H1.HeaderClassName
{
color: #3C702C;
}
.AnyTagClassName
{
color: #3C702C;
}
</style>
background-color css
<style>
a { background-color: #3C702C; }
a { background-color: rgb(60,112,44); }
div.DivClassName
{
background-color: #3C702C;
}
.BgClassName
{
background-color: #3C702C;
}
</style>
border-color css
<style>
span { border-color: #3C702C; }
span { border-color: rgb(60,112,44); }
td.TdClassName
{
border-color: #3C702C;
}
.TagClassName
{
border-color: #3C702C;
}
</style>