Shades of Green House #3C6539
Tints of Green House #3C6539
RGB
CMYK
RGB Variations
Color information
#3C6539 (or 0x3C6539) is known color: Green House. HEX triplet: 3C, 65 and 39. RGB value is (60,101,57). Sum of RGB (Red+Green+Blue) = 60+101+57=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #3C6539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6539 is #C39AC6. Grayscale: #535353. Windows color (decimal): -12819143 or 3761468. OLE color: 3761468.
HSL color Cylindrical-coordinate representation of color #3C6539: hue angle of 115.91º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6539 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 101 | 57 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.60 |
| HSL | 115.91º | 0.28% | 0.31% | - |
| HSV(B) | 115.91º | 0.44% | 0.4% | - |
| XYZ | 7.26 | 10.56 | 5.53 | - |
| YUV | 83.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 57 | 0.41 | 0 | 0.44 | 0.60 | 115.91 | 0.28 | 0.31 |
| Hex | 3C | 65 | 39 | 29 | 0 | 2C | 3C | 74 | 1C | 1F |
| Octal | 74 | 145 | 71 | 51 | 0 | 54 | 74 | 164 | 34 | 37 |
| Binary | 111100 | 1100101 | 111001 | 101001 | 0 | 101100 | 111100 | 1110100 | 11100 | 11111 |
Color Harmonies of #3C6539
Complementary color
Monochromatic Colors of #3C6539
Black with #3C6539
Text Example
Text Example
White with #3C6539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6539; }
p { color: rgb(60,101,57); }
H1.HeaderClassName
{
color: #3C6539;
}
.AnyTagClassName
{
color: #3C6539;
}
</style>
background-color css
<style>
a { background-color: #3C6539; }
a { background-color: rgb(60,101,57); }
div.DivClassName
{
background-color: #3C6539;
}
.BgClassName
{
background-color: #3C6539;
}
</style>
border-color css
<style>
span { border-color: #3C6539; }
span { border-color: rgb(60,101,57); }
td.TdClassName
{
border-color: #3C6539;
}
.TagClassName
{
border-color: #3C6539;
}
</style>