Shades of Green House #3C6138
Tints of Green House #3C6138
RGB
CMYK
RGB Variations
Color information
#3C6138 (or 0x3C6138) is known color: Green House. HEX triplet: 3C, 61 and 38. RGB value is (60,97,56). Sum of RGB (Red+Green+Blue) = 60+97+56=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #3C6138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6138 is #C39EC7. Grayscale: #515151. Windows color (decimal): -12820168 or 3694908. OLE color: 3694908.
HSL color Cylindrical-coordinate representation of color #3C6138: hue angle of 114.15º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C6138 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 56 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.62 |
| HSL | 114.15º | 0.27% | 0.3% | - |
| HSV(B) | 114.15º | 0.42% | 0.38% | - |
| XYZ | 6.85 | 9.8 | 5.27 | - |
| YUV | 81.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 56 | 0.38 | 0 | 0.42 | 0.62 | 114.15 | 0.27 | 0.3 |
| Hex | 3C | 61 | 38 | 26 | 0 | 2A | 3E | 72 | 1B | 1E |
| Octal | 74 | 141 | 70 | 46 | 0 | 52 | 76 | 162 | 33 | 36 |
| Binary | 111100 | 1100001 | 111000 | 100110 | 0 | 101010 | 111110 | 1110010 | 11011 | 11110 |
Color Harmonies of #3C6138
Complementary color
Monochromatic Colors of #3C6138
Black with #3C6138
Text Example
Text Example
White with #3C6138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6138; }
p { color: rgb(60,97,56); }
H1.HeaderClassName
{
color: #3C6138;
}
.AnyTagClassName
{
color: #3C6138;
}
</style>
background-color css
<style>
a { background-color: #3C6138; }
a { background-color: rgb(60,97,56); }
div.DivClassName
{
background-color: #3C6138;
}
.BgClassName
{
background-color: #3C6138;
}
</style>
border-color css
<style>
span { border-color: #3C6138; }
span { border-color: rgb(60,97,56); }
td.TdClassName
{
border-color: #3C6138;
}
.TagClassName
{
border-color: #3C6138;
}
</style>