Shades of Green House #3E632C
Tints of Green House #3E632C
RGB
CMYK
RGB Variations
Color information
#3E632C (or 0x3E632C) is known color: Green House. HEX triplet: 3E, 63 and 2C. RGB value is (62,99,44). Sum of RGB (Red+Green+Blue) = 62+99+44=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #3E632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E632C is #C19CD3. Grayscale: #515151. Windows color (decimal): -12688596 or 2908990. OLE color: 2908990.
HSL color Cylindrical-coordinate representation of color #3E632C: hue angle of 100.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E632C is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 99 | 44 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.61 |
| HSL | 100.36º | 0.38% | 0.28% | - |
| HSV(B) | 100.36º | 0.56% | 0.39% | - |
| XYZ | 6.9 | 10.13 | 3.97 | - |
| YUV | 81.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 44 | 0.37 | 0 | 0.56 | 0.61 | 100.36 | 0.38 | 0.28 |
| Hex | 3E | 63 | 2C | 25 | 0 | 38 | 3D | 64 | 26 | 1C |
| Octal | 76 | 143 | 54 | 45 | 0 | 70 | 75 | 144 | 46 | 34 |
| Binary | 111110 | 1100011 | 101100 | 100101 | 0 | 111000 | 111101 | 1100100 | 100110 | 11100 |
Color Harmonies of #3E632C
Complementary color
Monochromatic Colors of #3E632C
Black with #3E632C
Text Example
Text Example
White with #3E632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E632C; }
p { color: rgb(62,99,44); }
H1.HeaderClassName
{
color: #3E632C;
}
.AnyTagClassName
{
color: #3E632C;
}
</style>
background-color css
<style>
a { background-color: #3E632C; }
a { background-color: rgb(62,99,44); }
div.DivClassName
{
background-color: #3E632C;
}
.BgClassName
{
background-color: #3E632C;
}
</style>
border-color css
<style>
span { border-color: #3E632C; }
span { border-color: rgb(62,99,44); }
td.TdClassName
{
border-color: #3E632C;
}
.TagClassName
{
border-color: #3E632C;
}
</style>