Shades of Green House #3C642E
Tints of Green House #3C642E
RGB
CMYK
RGB Variations
Color information
#3C642E (or 0x3C642E) is known color: Green House. HEX triplet: 3C, 64 and 2E. RGB value is (60,100,46). Sum of RGB (Red+Green+Blue) = 60+100+46=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #3C642E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C642E is #C39BD1. Grayscale: #525252. Windows color (decimal): -12819410 or 3040316. OLE color: 3040316.
HSL color Cylindrical-coordinate representation of color #3C642E: hue angle of 104.44º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C642E is Cyan = 0.4, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 100 | 46 | - |
| CMYK | 0.4 | 0 | 0.54 | 0.61 |
| HSL | 104.44º | 0.37% | 0.29% | - |
| HSV(B) | 104.44º | 0.54% | 0.39% | - |
| XYZ | 6.91 | 10.27 | 4.2 | - |
| YUV | 81.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 100 | 46 | 0.4 | 0 | 0.54 | 0.61 | 104.44 | 0.37 | 0.29 |
| Hex | 3C | 64 | 2E | 28 | 0 | 36 | 3D | 68 | 25 | 1D |
| Octal | 74 | 144 | 56 | 50 | 0 | 66 | 75 | 150 | 45 | 35 |
| Binary | 111100 | 1100100 | 101110 | 101000 | 0 | 110110 | 111101 | 1101000 | 100101 | 11101 |
Color Harmonies of #3C642E
Complementary color
Monochromatic Colors of #3C642E
Black with #3C642E
Text Example
Text Example
White with #3C642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C642E; }
p { color: rgb(60,100,46); }
H1.HeaderClassName
{
color: #3C642E;
}
.AnyTagClassName
{
color: #3C642E;
}
</style>
background-color css
<style>
a { background-color: #3C642E; }
a { background-color: rgb(60,100,46); }
div.DivClassName
{
background-color: #3C642E;
}
.BgClassName
{
background-color: #3C642E;
}
</style>
border-color css
<style>
span { border-color: #3C642E; }
span { border-color: rgb(60,100,46); }
td.TdClassName
{
border-color: #3C642E;
}
.TagClassName
{
border-color: #3C642E;
}
</style>