Shades of Green House #3C6134
Tints of Green House #3C6134
RGB
CMYK
RGB Variations
Color information
#3C6134 (or 0x3C6134) is known color: Green House. HEX triplet: 3C, 61 and 34. RGB value is (60,97,52). Sum of RGB (Red+Green+Blue) = 60+97+52=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6134 is #C39ECB. Grayscale: #505050. Windows color (decimal): -12820172 or 3432764. OLE color: 3432764.
HSL color Cylindrical-coordinate representation of color #3C6134: hue angle of 109.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6134 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 52 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.62 |
| HSL | 109.33º | 0.3% | 0.29% | - |
| HSV(B) | 109.33º | 0.46% | 0.38% | - |
| XYZ | 6.76 | 9.76 | 4.78 | - |
| YUV | 80.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 52 | 0.38 | 0 | 0.46 | 0.62 | 109.33 | 0.3 | 0.29 |
| Hex | 3C | 61 | 34 | 26 | 0 | 2E | 3E | 6D | 1E | 1D |
| Octal | 74 | 141 | 64 | 46 | 0 | 56 | 76 | 155 | 36 | 35 |
| Binary | 111100 | 1100001 | 110100 | 100110 | 0 | 101110 | 111110 | 1101101 | 11110 | 11101 |
Color Harmonies of #3C6134
Complementary color
Monochromatic Colors of #3C6134
Black with #3C6134
Text Example
Text Example
White with #3C6134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6134; }
p { color: rgb(60,97,52); }
H1.HeaderClassName
{
color: #3C6134;
}
.AnyTagClassName
{
color: #3C6134;
}
</style>
background-color css
<style>
a { background-color: #3C6134; }
a { background-color: rgb(60,97,52); }
div.DivClassName
{
background-color: #3C6134;
}
.BgClassName
{
background-color: #3C6134;
}
</style>
border-color css
<style>
span { border-color: #3C6134; }
span { border-color: rgb(60,97,52); }
td.TdClassName
{
border-color: #3C6134;
}
.TagClassName
{
border-color: #3C6134;
}
</style>