Shades of Green House #3C662F
Tints of Green House #3C662F
RGB
CMYK
RGB Variations
Color information
#3C662F (or 0x3C662F) is known color: Green House. HEX triplet: 3C, 66 and 2F. RGB value is (60,102,47). Sum of RGB (Red+Green+Blue) = 60+102+47=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #3C662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C662F is #C399D0. Grayscale: #535353. Windows color (decimal): -12818897 or 3106364. OLE color: 3106364.
HSL color Cylindrical-coordinate representation of color #3C662F: hue angle of 105.82º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C662F is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 102 | 47 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.6 |
| HSL | 105.82º | 0.37% | 0.29% | - |
| HSV(B) | 105.82º | 0.54% | 0.4% | - |
| XYZ | 7.13 | 10.67 | 4.37 | - |
| YUV | 83.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 47 | 0.41 | 0 | 0.54 | 0.6 | 105.82 | 0.37 | 0.29 |
| Hex | 3C | 66 | 2F | 29 | 0 | 36 | 3C | 6A | 25 | 1D |
| Octal | 74 | 146 | 57 | 51 | 0 | 66 | 74 | 152 | 45 | 35 |
| Binary | 111100 | 1100110 | 101111 | 101001 | 0 | 110110 | 111100 | 1101010 | 100101 | 11101 |
Color Harmonies of #3C662F
Complementary color
Monochromatic Colors of #3C662F
Black with #3C662F
Text Example
Text Example
White with #3C662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C662F; }
p { color: rgb(60,102,47); }
H1.HeaderClassName
{
color: #3C662F;
}
.AnyTagClassName
{
color: #3C662F;
}
</style>
background-color css
<style>
a { background-color: #3C662F; }
a { background-color: rgb(60,102,47); }
div.DivClassName
{
background-color: #3C662F;
}
.BgClassName
{
background-color: #3C662F;
}
</style>
border-color css
<style>
span { border-color: #3C662F; }
span { border-color: rgb(60,102,47); }
td.TdClassName
{
border-color: #3C662F;
}
.TagClassName
{
border-color: #3C662F;
}
</style>