Shades of Green House #3C6E35
Tints of Green House #3C6E35
RGB
CMYK
RGB Variations
Color information
#3C6E35 (or 0x3C6E35) is known color: Green House. HEX triplet: 3C, 6E and 35. RGB value is (60,110,53). Sum of RGB (Red+Green+Blue) = 60+110+53=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #3C6E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6E35 is #C391CA. Grayscale: #585858. Windows color (decimal): -12816843 or 3501628. OLE color: 3501628.
HSL color Cylindrical-coordinate representation of color #3C6E35: hue angle of 112.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C6E35 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 110 | 53 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.57 |
| HSL | 112.63º | 0.35% | 0.32% | - |
| HSV(B) | 112.63º | 0.52% | 0.43% | - |
| XYZ | 8.08 | 12.37 | 5.33 | - |
| YUV | 88.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 53 | 0.45 | 0 | 0.52 | 0.57 | 112.63 | 0.35 | 0.32 |
| Hex | 3C | 6E | 35 | 2D | 0 | 34 | 39 | 71 | 23 | 20 |
| Octal | 74 | 156 | 65 | 55 | 0 | 64 | 71 | 161 | 43 | 40 |
| Binary | 111100 | 1101110 | 110101 | 101101 | 0 | 110100 | 111001 | 1110001 | 100011 | 100000 |
Color Harmonies of #3C6E35
Complementary color
Monochromatic Colors of #3C6E35
Black with #3C6E35
Text Example
Text Example
White with #3C6E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6E35; }
p { color: rgb(60,110,53); }
H1.HeaderClassName
{
color: #3C6E35;
}
.AnyTagClassName
{
color: #3C6E35;
}
</style>
background-color css
<style>
a { background-color: #3C6E35; }
a { background-color: rgb(60,110,53); }
div.DivClassName
{
background-color: #3C6E35;
}
.BgClassName
{
background-color: #3C6E35;
}
</style>
border-color css
<style>
span { border-color: #3C6E35; }
span { border-color: rgb(60,110,53); }
td.TdClassName
{
border-color: #3C6E35;
}
.TagClassName
{
border-color: #3C6E35;
}
</style>