Shades of Green House #3C5A38
Tints of Green House #3C5A38
RGB
CMYK
RGB Variations
Color information
#3C5A38 (or 0x3C5A38) is known color: Green House. HEX triplet: 3C, 5A and 38. RGB value is (60,90,56). Sum of RGB (Red+Green+Blue) = 60+90+56=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A38 is #C3A5C7. Grayscale: #4D4D4D. Windows color (decimal): -12821960 or 3693116. OLE color: 3693116.
HSL color Cylindrical-coordinate representation of color #3C5A38: hue angle of 112.94º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C5A38 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 90 | 56 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.65 |
| HSL | 112.94º | 0.23% | 0.29% | - |
| HSV(B) | 112.94º | 0.38% | 0.35% | - |
| XYZ | 6.23 | 8.56 | 5.06 | - |
| YUV | 77.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 56 | 0.33 | 0 | 0.38 | 0.65 | 112.94 | 0.23 | 0.29 |
| Hex | 3C | 5A | 38 | 21 | 0 | 26 | 41 | 71 | 17 | 1D |
| Octal | 74 | 132 | 70 | 41 | 0 | 46 | 101 | 161 | 27 | 35 |
| Binary | 111100 | 1011010 | 111000 | 100001 | 0 | 100110 | 1000001 | 1110001 | 10111 | 11101 |
Color Harmonies of #3C5A38
Complementary color
Monochromatic Colors of #3C5A38
Black with #3C5A38
Text Example
Text Example
White with #3C5A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5A38; }
p { color: rgb(60,90,56); }
H1.HeaderClassName
{
color: #3C5A38;
}
.AnyTagClassName
{
color: #3C5A38;
}
</style>
background-color css
<style>
a { background-color: #3C5A38; }
a { background-color: rgb(60,90,56); }
div.DivClassName
{
background-color: #3C5A38;
}
.BgClassName
{
background-color: #3C5A38;
}
</style>
border-color css
<style>
span { border-color: #3C5A38; }
span { border-color: rgb(60,90,56); }
td.TdClassName
{
border-color: #3C5A38;
}
.TagClassName
{
border-color: #3C5A38;
}
</style>