Shades of Green House #3C712E
Tints of Green House #3C712E
RGB
CMYK
RGB Variations
Color information
#3C712E (or 0x3C712E) is known color: Green House. HEX triplet: 3C, 71 and 2E. RGB value is (60,113,46). Sum of RGB (Red+Green+Blue) = 60+113+46=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #3C712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C712E is #C38ED1. Grayscale: #595959. Windows color (decimal): -12816082 or 3043644. OLE color: 3043644.
HSL color Cylindrical-coordinate representation of color #3C712E: hue angle of 107.46º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C712E is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 46 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.56 |
| HSL | 107.46º | 0.42% | 0.31% | - |
| HSV(B) | 107.46º | 0.59% | 0.44% | - |
| XYZ | 8.26 | 12.97 | 4.65 | - |
| YUV | 89.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 46 | 0.47 | 0 | 0.59 | 0.56 | 107.46 | 0.42 | 0.31 |
| Hex | 3C | 71 | 2E | 2F | 0 | 3B | 38 | 6B | 2A | 1F |
| Octal | 74 | 161 | 56 | 57 | 0 | 73 | 70 | 153 | 52 | 37 |
| Binary | 111100 | 1110001 | 101110 | 101111 | 0 | 111011 | 111000 | 1101011 | 101010 | 11111 |
Color Harmonies of #3C712E
Complementary color
Monochromatic Colors of #3C712E
Black with #3C712E
Text Example
Text Example
White with #3C712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C712E; }
p { color: rgb(60,113,46); }
H1.HeaderClassName
{
color: #3C712E;
}
.AnyTagClassName
{
color: #3C712E;
}
</style>
background-color css
<style>
a { background-color: #3C712E; }
a { background-color: rgb(60,113,46); }
div.DivClassName
{
background-color: #3C712E;
}
.BgClassName
{
background-color: #3C712E;
}
</style>
border-color css
<style>
span { border-color: #3C712E; }
span { border-color: rgb(60,113,46); }
td.TdClassName
{
border-color: #3C712E;
}
.TagClassName
{
border-color: #3C712E;
}
</style>