Shades of Green House #3C6235
Tints of Green House #3C6235
RGB
CMYK
RGB Variations
Color information
#3C6235 (or 0x3C6235) is known color: Green House. HEX triplet: 3C, 62 and 35. RGB value is (60,98,53). Sum of RGB (Red+Green+Blue) = 60+98+53=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #3C6235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6235 is #C39DCA. Grayscale: #515151. Windows color (decimal): -12819915 or 3498556. OLE color: 3498556.
HSL color Cylindrical-coordinate representation of color #3C6235: hue angle of 110.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6235 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 53 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.62 |
| HSL | 110.67º | 0.3% | 0.3% | - |
| HSV(B) | 110.67º | 0.46% | 0.38% | - |
| XYZ | 6.87 | 9.95 | 4.93 | - |
| YUV | 81.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 53 | 0.39 | 0 | 0.46 | 0.62 | 110.67 | 0.3 | 0.3 |
| Hex | 3C | 62 | 35 | 27 | 0 | 2E | 3E | 6F | 1E | 1E |
| Octal | 74 | 142 | 65 | 47 | 0 | 56 | 76 | 157 | 36 | 36 |
| Binary | 111100 | 1100010 | 110101 | 100111 | 0 | 101110 | 111110 | 1101111 | 11110 | 11110 |
Color Harmonies of #3C6235
Complementary color
Monochromatic Colors of #3C6235
Black with #3C6235
Text Example
Text Example
White with #3C6235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6235; }
p { color: rgb(60,98,53); }
H1.HeaderClassName
{
color: #3C6235;
}
.AnyTagClassName
{
color: #3C6235;
}
</style>
background-color css
<style>
a { background-color: #3C6235; }
a { background-color: rgb(60,98,53); }
div.DivClassName
{
background-color: #3C6235;
}
.BgClassName
{
background-color: #3C6235;
}
</style>
border-color css
<style>
span { border-color: #3C6235; }
span { border-color: rgb(60,98,53); }
td.TdClassName
{
border-color: #3C6235;
}
.TagClassName
{
border-color: #3C6235;
}
</style>