Shades of Green House #3C7234
Tints of Green House #3C7234
RGB
CMYK
RGB Variations
Color information
#3C7234 (or 0x3C7234) is known color: Green House. HEX triplet: 3C, 72 and 34. RGB value is (60,114,52). Sum of RGB (Red+Green+Blue) = 60+114+52=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7234 is #C38DCB. Grayscale: #5A5A5A. Windows color (decimal): -12815820 or 3437116. OLE color: 3437116.
HSL color Cylindrical-coordinate representation of color #3C7234: hue angle of 112.26º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C7234 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 52 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.55 |
| HSL | 112.26º | 0.37% | 0.33% | - |
| HSV(B) | 112.26º | 0.54% | 0.45% | - |
| XYZ | 8.5 | 13.24 | 5.36 | - |
| YUV | 90.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 52 | 0.47 | 0 | 0.54 | 0.55 | 112.26 | 0.37 | 0.33 |
| Hex | 3C | 72 | 34 | 2F | 0 | 36 | 37 | 70 | 25 | 21 |
| Octal | 74 | 162 | 64 | 57 | 0 | 66 | 67 | 160 | 45 | 41 |
| Binary | 111100 | 1110010 | 110100 | 101111 | 0 | 110110 | 110111 | 1110000 | 100101 | 100001 |
Color Harmonies of #3C7234
Complementary color
Monochromatic Colors of #3C7234
Black with #3C7234
Text Example
Text Example
White with #3C7234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7234; }
p { color: rgb(60,114,52); }
H1.HeaderClassName
{
color: #3C7234;
}
.AnyTagClassName
{
color: #3C7234;
}
</style>
background-color css
<style>
a { background-color: #3C7234; }
a { background-color: rgb(60,114,52); }
div.DivClassName
{
background-color: #3C7234;
}
.BgClassName
{
background-color: #3C7234;
}
</style>
border-color css
<style>
span { border-color: #3C7234; }
span { border-color: rgb(60,114,52); }
td.TdClassName
{
border-color: #3C7234;
}
.TagClassName
{
border-color: #3C7234;
}
</style>