Shades of Green House #3C6031
Tints of Green House #3C6031
RGB
CMYK
RGB Variations
Color information
#3C6031 (or 0x3C6031) is known color: Green House. HEX triplet: 3C, 60 and 31. RGB value is (60,96,49). Sum of RGB (Red+Green+Blue) = 60+96+49=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6031 is #C39FCE. Grayscale: #505050. Windows color (decimal): -12820431 or 3235900. OLE color: 3235900.
HSL color Cylindrical-coordinate representation of color #3C6031: hue angle of 105.96º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C6031 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 49 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.62 |
| HSL | 105.96º | 0.32% | 0.28% | - |
| HSV(B) | 105.96º | 0.49% | 0.38% | - |
| XYZ | 6.6 | 9.55 | 4.4 | - |
| YUV | 79.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 49 | 0.38 | 0 | 0.49 | 0.62 | 105.96 | 0.32 | 0.28 |
| Hex | 3C | 60 | 31 | 26 | 0 | 31 | 3E | 6A | 20 | 1C |
| Octal | 74 | 140 | 61 | 46 | 0 | 61 | 76 | 152 | 40 | 34 |
| Binary | 111100 | 1100000 | 110001 | 100110 | 0 | 110001 | 111110 | 1101010 | 100000 | 11100 |
Color Harmonies of #3C6031
Complementary color
Monochromatic Colors of #3C6031
Black with #3C6031
Text Example
Text Example
White with #3C6031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6031; }
p { color: rgb(60,96,49); }
H1.HeaderClassName
{
color: #3C6031;
}
.AnyTagClassName
{
color: #3C6031;
}
</style>
background-color css
<style>
a { background-color: #3C6031; }
a { background-color: rgb(60,96,49); }
div.DivClassName
{
background-color: #3C6031;
}
.BgClassName
{
background-color: #3C6031;
}
</style>
border-color css
<style>
span { border-color: #3C6031; }
span { border-color: rgb(60,96,49); }
td.TdClassName
{
border-color: #3C6031;
}
.TagClassName
{
border-color: #3C6031;
}
</style>