Shades of Green House #3C5C38
Tints of Green House #3C5C38
RGB
CMYK
RGB Variations
Color information
#3C5C38 (or 0x3C5C38) is known color: Green House. HEX triplet: 3C, 5C and 38. RGB value is (60,92,56). Sum of RGB (Red+Green+Blue) = 60+92+56=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #3C5C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5C38 is #C3A3C7. Grayscale: #4E4E4E. Windows color (decimal): -12821448 or 3693628. OLE color: 3693628.
HSL color Cylindrical-coordinate representation of color #3C5C38: hue angle of 113.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5C38 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 92 | 56 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.64 |
| HSL | 113.33º | 0.24% | 0.29% | - |
| HSV(B) | 113.33º | 0.39% | 0.36% | - |
| XYZ | 6.4 | 8.9 | 5.12 | - |
| YUV | 78.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 92 | 56 | 0.35 | 0 | 0.39 | 0.64 | 113.33 | 0.24 | 0.29 |
| Hex | 3C | 5C | 38 | 23 | 0 | 27 | 40 | 71 | 18 | 1D |
| Octal | 74 | 134 | 70 | 43 | 0 | 47 | 100 | 161 | 30 | 35 |
| Binary | 111100 | 1011100 | 111000 | 100011 | 0 | 100111 | 1000000 | 1110001 | 11000 | 11101 |
Color Harmonies of #3C5C38
Complementary color
Monochromatic Colors of #3C5C38
Black with #3C5C38
Text Example
Text Example
White with #3C5C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5C38; }
p { color: rgb(60,92,56); }
H1.HeaderClassName
{
color: #3C5C38;
}
.AnyTagClassName
{
color: #3C5C38;
}
</style>
background-color css
<style>
a { background-color: #3C5C38; }
a { background-color: rgb(60,92,56); }
div.DivClassName
{
background-color: #3C5C38;
}
.BgClassName
{
background-color: #3C5C38;
}
</style>
border-color css
<style>
span { border-color: #3C5C38; }
span { border-color: rgb(60,92,56); }
td.TdClassName
{
border-color: #3C5C38;
}
.TagClassName
{
border-color: #3C5C38;
}
</style>