Shades of Green House #3C702D
Tints of Green House #3C702D
RGB
CMYK
RGB Variations
Color information
#3C702D (or 0x3C702D) is known color: Green House. HEX triplet: 3C, 70 and 2D. RGB value is (60,112,45). Sum of RGB (Red+Green+Blue) = 60+112+45=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #3C702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C702D is #C38FD2. Grayscale: #595959. Windows color (decimal): -12816339 or 2977852. OLE color: 2977852.
HSL color Cylindrical-coordinate representation of color #3C702D: hue angle of 106.57º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C702D is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 112 | 45 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.56 |
| HSL | 106.57º | 0.43% | 0.31% | - |
| HSV(B) | 106.57º | 0.6% | 0.44% | - |
| XYZ | 8.13 | 12.74 | 4.51 | - |
| YUV | 88.81 | 103.27 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 45 | 0.46 | 0 | 0.60 | 0.56 | 106.57 | 0.43 | 0.31 |
| Hex | 3C | 70 | 2D | 2E | 0 | 3C | 38 | 6B | 2B | 1F |
| Octal | 74 | 160 | 55 | 56 | 0 | 74 | 70 | 153 | 53 | 37 |
| Binary | 111100 | 1110000 | 101101 | 101110 | 0 | 111100 | 111000 | 1101011 | 101011 | 11111 |
Color Harmonies of #3C702D
Complementary color
Monochromatic Colors of #3C702D
Black with #3C702D
Text Example
Text Example
White with #3C702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C702D; }
p { color: rgb(60,112,45); }
H1.HeaderClassName
{
color: #3C702D;
}
.AnyTagClassName
{
color: #3C702D;
}
</style>
background-color css
<style>
a { background-color: #3C702D; }
a { background-color: rgb(60,112,45); }
div.DivClassName
{
background-color: #3C702D;
}
.BgClassName
{
background-color: #3C702D;
}
</style>
border-color css
<style>
span { border-color: #3C702D; }
span { border-color: rgb(60,112,45); }
td.TdClassName
{
border-color: #3C702D;
}
.TagClassName
{
border-color: #3C702D;
}
</style>