Shades of Green House #3C652A
Tints of Green House #3C652A
RGB
CMYK
RGB Variations
Color information
#3C652A (or 0x3C652A) is known color: Green House. HEX triplet: 3C, 65 and 2A. RGB value is (60,101,42). Sum of RGB (Red+Green+Blue) = 60+101+42=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #3C652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C652A is #C39AD5. Grayscale: #525252. Windows color (decimal): -12819158 or 2778428. OLE color: 2778428.
HSL color Cylindrical-coordinate representation of color #3C652A: hue angle of 101.69º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C652A is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 101 | 42 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.60 |
| HSL | 101.69º | 0.41% | 0.28% | - |
| HSV(B) | 101.69º | 0.58% | 0.4% | - |
| XYZ | 6.94 | 10.44 | 3.84 | - |
| YUV | 82.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 42 | 0.41 | 0 | 0.58 | 0.60 | 101.69 | 0.41 | 0.28 |
| Hex | 3C | 65 | 2A | 29 | 0 | 3A | 3C | 66 | 29 | 1C |
| Octal | 74 | 145 | 52 | 51 | 0 | 72 | 74 | 146 | 51 | 34 |
| Binary | 111100 | 1100101 | 101010 | 101001 | 0 | 111010 | 111100 | 1100110 | 101001 | 11100 |
Color Harmonies of #3C652A
Complementary color
Monochromatic Colors of #3C652A
Black with #3C652A
Text Example
Text Example
White with #3C652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C652A; }
p { color: rgb(60,101,42); }
H1.HeaderClassName
{
color: #3C652A;
}
.AnyTagClassName
{
color: #3C652A;
}
</style>
background-color css
<style>
a { background-color: #3C652A; }
a { background-color: rgb(60,101,42); }
div.DivClassName
{
background-color: #3C652A;
}
.BgClassName
{
background-color: #3C652A;
}
</style>
border-color css
<style>
span { border-color: #3C652A; }
span { border-color: rgb(60,101,42); }
td.TdClassName
{
border-color: #3C652A;
}
.TagClassName
{
border-color: #3C652A;
}
</style>