Shades of Green House #3C5938
Tints of Green House #3C5938
RGB
CMYK
RGB Variations
Color information
#3C5938 (or 0x3C5938) is known color: Green House. HEX triplet: 3C, 59 and 38. RGB value is (60,89,56). Sum of RGB (Red+Green+Blue) = 60+89+56=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5938 is #C3A6C7. Grayscale: #4C4C4C. Windows color (decimal): -12822216 or 3692860. OLE color: 3692860.
HSL color Cylindrical-coordinate representation of color #3C5938: hue angle of 112.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5938 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 89 | 56 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.65 |
| HSL | 112.73º | 0.23% | 0.28% | - |
| HSV(B) | 112.73º | 0.37% | 0.35% | - |
| XYZ | 6.15 | 8.39 | 5.04 | - |
| YUV | 76.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 56 | 0.33 | 0 | 0.37 | 0.65 | 112.73 | 0.23 | 0.28 |
| Hex | 3C | 59 | 38 | 21 | 0 | 25 | 41 | 71 | 17 | 1C |
| Octal | 74 | 131 | 70 | 41 | 0 | 45 | 101 | 161 | 27 | 34 |
| Binary | 111100 | 1011001 | 111000 | 100001 | 0 | 100101 | 1000001 | 1110001 | 10111 | 11100 |
Color Harmonies of #3C5938
Complementary color
Monochromatic Colors of #3C5938
Black with #3C5938
Text Example
Text Example
White with #3C5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5938; }
p { color: rgb(60,89,56); }
H1.HeaderClassName
{
color: #3C5938;
}
.AnyTagClassName
{
color: #3C5938;
}
</style>
background-color css
<style>
a { background-color: #3C5938; }
a { background-color: rgb(60,89,56); }
div.DivClassName
{
background-color: #3C5938;
}
.BgClassName
{
background-color: #3C5938;
}
</style>
border-color css
<style>
span { border-color: #3C5938; }
span { border-color: rgb(60,89,56); }
td.TdClassName
{
border-color: #3C5938;
}
.TagClassName
{
border-color: #3C5938;
}
</style>