Shades of Green House #3C5533
Tints of Green House #3C5533
RGB
CMYK
RGB Variations
Color information
#3C5533 (or 0x3C5533) is known color: Green House. HEX triplet: 3C, 55 and 33. RGB value is (60,85,51). Sum of RGB (Red+Green+Blue) = 60+85+51=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5533 is #C3AACC. Grayscale: #494949. Windows color (decimal): -12823245 or 3364156. OLE color: 3364156.
HSL color Cylindrical-coordinate representation of color #3C5533: hue angle of 104.12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C5533 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 85 | 51 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.67 |
| HSL | 104.12º | 0.25% | 0.27% | - |
| HSV(B) | 104.12º | 0.4% | 0.33% | - |
| XYZ | 5.71 | 7.7 | 4.32 | - |
| YUV | 73.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 51 | 0.29 | 0 | 0.40 | 0.67 | 104.12 | 0.25 | 0.27 |
| Hex | 3C | 55 | 33 | 1D | 0 | 28 | 43 | 68 | 19 | 1B |
| Octal | 74 | 125 | 63 | 35 | 0 | 50 | 103 | 150 | 31 | 33 |
| Binary | 111100 | 1010101 | 110011 | 11101 | 0 | 101000 | 1000011 | 1101000 | 11001 | 11011 |
Color Harmonies of #3C5533
Complementary color
Monochromatic Colors of #3C5533
Black with #3C5533
Text Example
Text Example
White with #3C5533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5533; }
p { color: rgb(60,85,51); }
H1.HeaderClassName
{
color: #3C5533;
}
.AnyTagClassName
{
color: #3C5533;
}
</style>
background-color css
<style>
a { background-color: #3C5533; }
a { background-color: rgb(60,85,51); }
div.DivClassName
{
background-color: #3C5533;
}
.BgClassName
{
background-color: #3C5533;
}
</style>
border-color css
<style>
span { border-color: #3C5533; }
span { border-color: rgb(60,85,51); }
td.TdClassName
{
border-color: #3C5533;
}
.TagClassName
{
border-color: #3C5533;
}
</style>