Shades of Green House #3C662D
Tints of Green House #3C662D
RGB
CMYK
RGB Variations
Color information
#3C662D (or 0x3C662D) is known color: Green House. HEX triplet: 3C, 66 and 2D. RGB value is (60,102,45). Sum of RGB (Red+Green+Blue) = 60+102+45=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #3C662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C662D is #C399D2. Grayscale: #535353. Windows color (decimal): -12818899 or 2975292. OLE color: 2975292.
HSL color Cylindrical-coordinate representation of color #3C662D: hue angle of 104.21º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C662D is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 102 | 45 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.6 |
| HSL | 104.21º | 0.39% | 0.29% | - |
| HSV(B) | 104.21º | 0.56% | 0.4% | - |
| XYZ | 7.09 | 10.65 | 4.17 | - |
| YUV | 82.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 45 | 0.41 | 0 | 0.56 | 0.6 | 104.21 | 0.39 | 0.29 |
| Hex | 3C | 66 | 2D | 29 | 0 | 38 | 3C | 68 | 27 | 1D |
| Octal | 74 | 146 | 55 | 51 | 0 | 70 | 74 | 150 | 47 | 35 |
| Binary | 111100 | 1100110 | 101101 | 101001 | 0 | 111000 | 111100 | 1101000 | 100111 | 11101 |
Color Harmonies of #3C662D
Complementary color
Monochromatic Colors of #3C662D
Black with #3C662D
Text Example
Text Example
White with #3C662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C662D; }
p { color: rgb(60,102,45); }
H1.HeaderClassName
{
color: #3C662D;
}
.AnyTagClassName
{
color: #3C662D;
}
</style>
background-color css
<style>
a { background-color: #3C662D; }
a { background-color: rgb(60,102,45); }
div.DivClassName
{
background-color: #3C662D;
}
.BgClassName
{
background-color: #3C662D;
}
</style>
border-color css
<style>
span { border-color: #3C662D; }
span { border-color: rgb(60,102,45); }
td.TdClassName
{
border-color: #3C662D;
}
.TagClassName
{
border-color: #3C662D;
}
</style>