Shades of Green House #3C612E
Tints of Green House #3C612E
RGB
CMYK
RGB Variations
Color information
#3C612E (or 0x3C612E) is known color: Green House. HEX triplet: 3C, 61 and 2E. RGB value is (60,97,46). Sum of RGB (Red+Green+Blue) = 60+97+46=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #3C612E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C612E is #C39ED1. Grayscale: #505050. Windows color (decimal): -12820178 or 3039548. OLE color: 3039548.
HSL color Cylindrical-coordinate representation of color #3C612E: hue angle of 103.53º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C612E is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 46 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.62 |
| HSL | 103.53º | 0.36% | 0.28% | - |
| HSV(B) | 103.53º | 0.53% | 0.38% | - |
| XYZ | 6.63 | 9.71 | 4.11 | - |
| YUV | 80.12 | 108.74 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 46 | 0.38 | 0 | 0.53 | 0.62 | 103.53 | 0.36 | 0.28 |
| Hex | 3C | 61 | 2E | 26 | 0 | 35 | 3E | 68 | 24 | 1C |
| Octal | 74 | 141 | 56 | 46 | 0 | 65 | 76 | 150 | 44 | 34 |
| Binary | 111100 | 1100001 | 101110 | 100110 | 0 | 110101 | 111110 | 1101000 | 100100 | 11100 |
Color Harmonies of #3C612E
Complementary color
Monochromatic Colors of #3C612E
Black with #3C612E
Text Example
Text Example
White with #3C612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C612E; }
p { color: rgb(60,97,46); }
H1.HeaderClassName
{
color: #3C612E;
}
.AnyTagClassName
{
color: #3C612E;
}
</style>
background-color css
<style>
a { background-color: #3C612E; }
a { background-color: rgb(60,97,46); }
div.DivClassName
{
background-color: #3C612E;
}
.BgClassName
{
background-color: #3C612E;
}
</style>
border-color css
<style>
span { border-color: #3C612E; }
span { border-color: rgb(60,97,46); }
td.TdClassName
{
border-color: #3C612E;
}
.TagClassName
{
border-color: #3C612E;
}
</style>