Shades of Green House #3C612D
Tints of Green House #3C612D
RGB
CMYK
RGB Variations
Color information
#3C612D (or 0x3C612D) is known color: Green House. HEX triplet: 3C, 61 and 2D. RGB value is (60,97,45). Sum of RGB (Red+Green+Blue) = 60+97+45=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #3C612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C612D is #C39ED2. Grayscale: #505050. Windows color (decimal): -12820179 or 2974012. OLE color: 2974012.
HSL color Cylindrical-coordinate representation of color #3C612D: hue angle of 102.69º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C612D is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 45 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.62 |
| HSL | 102.69º | 0.37% | 0.28% | - |
| HSV(B) | 102.69º | 0.54% | 0.38% | - |
| XYZ | 6.61 | 9.7 | 4.01 | - |
| YUV | 80.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 45 | 0.38 | 0 | 0.54 | 0.62 | 102.69 | 0.37 | 0.28 |
| Hex | 3C | 61 | 2D | 26 | 0 | 36 | 3E | 67 | 25 | 1C |
| Octal | 74 | 141 | 55 | 46 | 0 | 66 | 76 | 147 | 45 | 34 |
| Binary | 111100 | 1100001 | 101101 | 100110 | 0 | 110110 | 111110 | 1100111 | 100101 | 11100 |
Color Harmonies of #3C612D
Complementary color
Monochromatic Colors of #3C612D
Black with #3C612D
Text Example
Text Example
White with #3C612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C612D; }
p { color: rgb(60,97,45); }
H1.HeaderClassName
{
color: #3C612D;
}
.AnyTagClassName
{
color: #3C612D;
}
</style>
background-color css
<style>
a { background-color: #3C612D; }
a { background-color: rgb(60,97,45); }
div.DivClassName
{
background-color: #3C612D;
}
.BgClassName
{
background-color: #3C612D;
}
</style>
border-color css
<style>
span { border-color: #3C612D; }
span { border-color: rgb(60,97,45); }
td.TdClassName
{
border-color: #3C612D;
}
.TagClassName
{
border-color: #3C612D;
}
</style>