Shades of Green House #3C6538
Tints of Green House #3C6538
RGB
CMYK
RGB Variations
Color information
#3C6538 (or 0x3C6538) is known color: Green House. HEX triplet: 3C, 65 and 38. RGB value is (60,101,56). Sum of RGB (Red+Green+Blue) = 60+101+56=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #3C6538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6538 is #C39AC7. Grayscale: #535353. Windows color (decimal): -12819144 or 3695932. OLE color: 3695932.
HSL color Cylindrical-coordinate representation of color #3C6538: hue angle of 114.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6538 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 101 | 56 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.60 |
| HSL | 114.67º | 0.29% | 0.31% | - |
| HSV(B) | 114.67º | 0.45% | 0.4% | - |
| XYZ | 7.23 | 10.55 | 5.4 | - |
| YUV | 83.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 56 | 0.41 | 0 | 0.45 | 0.60 | 114.67 | 0.29 | 0.31 |
| Hex | 3C | 65 | 38 | 29 | 0 | 2D | 3C | 73 | 1D | 1F |
| Octal | 74 | 145 | 70 | 51 | 0 | 55 | 74 | 163 | 35 | 37 |
| Binary | 111100 | 1100101 | 111000 | 101001 | 0 | 101101 | 111100 | 1110011 | 11101 | 11111 |
Color Harmonies of #3C6538
Complementary color
Monochromatic Colors of #3C6538
Black with #3C6538
Text Example
Text Example
White with #3C6538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6538; }
p { color: rgb(60,101,56); }
H1.HeaderClassName
{
color: #3C6538;
}
.AnyTagClassName
{
color: #3C6538;
}
</style>
background-color css
<style>
a { background-color: #3C6538; }
a { background-color: rgb(60,101,56); }
div.DivClassName
{
background-color: #3C6538;
}
.BgClassName
{
background-color: #3C6538;
}
</style>
border-color css
<style>
span { border-color: #3C6538; }
span { border-color: rgb(60,101,56); }
td.TdClassName
{
border-color: #3C6538;
}
.TagClassName
{
border-color: #3C6538;
}
</style>