Shades of Green House #3C7135
Tints of Green House #3C7135
RGB
CMYK
RGB Variations
Color information
#3C7135 (or 0x3C7135) is known color: Green House. HEX triplet: 3C, 71 and 35. RGB value is (60,113,53). Sum of RGB (Red+Green+Blue) = 60+113+53=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7135 is #C38ECA. Grayscale: #5A5A5A. Windows color (decimal): -12816075 or 3502396. OLE color: 3502396.
HSL color Cylindrical-coordinate representation of color #3C7135: hue angle of 113º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7135 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 53 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.56 |
| HSL | 113º | 0.36% | 0.33% | - |
| HSV(B) | 113º | 0.53% | 0.44% | - |
| XYZ | 8.41 | 13.03 | 5.44 | - |
| YUV | 90.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 53 | 0.47 | 0 | 0.53 | 0.56 | 113 | 0.36 | 0.33 |
| Hex | 3C | 71 | 35 | 2F | 0 | 35 | 38 | 71 | 24 | 21 |
| Octal | 74 | 161 | 65 | 57 | 0 | 65 | 70 | 161 | 44 | 41 |
| Binary | 111100 | 1110001 | 110101 | 101111 | 0 | 110101 | 111000 | 1110001 | 100100 | 100001 |
Color Harmonies of #3C7135
Complementary color
Monochromatic Colors of #3C7135
Black with #3C7135
Text Example
Text Example
White with #3C7135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7135; }
p { color: rgb(60,113,53); }
H1.HeaderClassName
{
color: #3C7135;
}
.AnyTagClassName
{
color: #3C7135;
}
</style>
background-color css
<style>
a { background-color: #3C7135; }
a { background-color: rgb(60,113,53); }
div.DivClassName
{
background-color: #3C7135;
}
.BgClassName
{
background-color: #3C7135;
}
</style>
border-color css
<style>
span { border-color: #3C7135; }
span { border-color: rgb(60,113,53); }
td.TdClassName
{
border-color: #3C7135;
}
.TagClassName
{
border-color: #3C7135;
}
</style>