Shades of Green House #3E632F
Tints of Green House #3E632F
RGB
CMYK
RGB Variations
Color information
#3E632F (or 0x3E632F) is known color: Green House. HEX triplet: 3E, 63 and 2F. RGB value is (62,99,47). Sum of RGB (Red+Green+Blue) = 62+99+47=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #3E632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E632F is #C19CD0. Grayscale: #525252. Windows color (decimal): -12688593 or 3105598. OLE color: 3105598.
HSL color Cylindrical-coordinate representation of color #3E632F: hue angle of 102.69º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E632F is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 99 | 47 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.61 |
| HSL | 102.69º | 0.36% | 0.29% | - |
| HSV(B) | 102.69º | 0.53% | 0.39% | - |
| XYZ | 6.96 | 10.15 | 4.28 | - |
| YUV | 82.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 47 | 0.37 | 0 | 0.53 | 0.61 | 102.69 | 0.36 | 0.29 |
| Hex | 3E | 63 | 2F | 25 | 0 | 35 | 3D | 67 | 24 | 1D |
| Octal | 76 | 143 | 57 | 45 | 0 | 65 | 75 | 147 | 44 | 35 |
| Binary | 111110 | 1100011 | 101111 | 100101 | 0 | 110101 | 111101 | 1100111 | 100100 | 11101 |
Color Harmonies of #3E632F
Complementary color
Monochromatic Colors of #3E632F
Black with #3E632F
Text Example
Text Example
White with #3E632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E632F; }
p { color: rgb(62,99,47); }
H1.HeaderClassName
{
color: #3E632F;
}
.AnyTagClassName
{
color: #3E632F;
}
</style>
background-color css
<style>
a { background-color: #3E632F; }
a { background-color: rgb(62,99,47); }
div.DivClassName
{
background-color: #3E632F;
}
.BgClassName
{
background-color: #3E632F;
}
</style>
border-color css
<style>
span { border-color: #3E632F; }
span { border-color: rgb(62,99,47); }
td.TdClassName
{
border-color: #3E632F;
}
.TagClassName
{
border-color: #3E632F;
}
</style>