Shades of Green House #3E5F35
Tints of Green House #3E5F35
RGB
CMYK
RGB Variations
Color information
#3E5F35 (or 0x3E5F35) is known color: Green House. HEX triplet: 3E, 5F and 35. RGB value is (62,95,53). Sum of RGB (Red+Green+Blue) = 62+95+53=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #3E5F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5F35 is #C1A0CA. Grayscale: #505050. Windows color (decimal): -12689611 or 3497790. OLE color: 3497790.
HSL color Cylindrical-coordinate representation of color #3E5F35: hue angle of 107.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E5F35 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 95 | 53 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.63 |
| HSL | 107.14º | 0.28% | 0.29% | - |
| HSV(B) | 107.14º | 0.44% | 0.37% | - |
| XYZ | 6.72 | 9.47 | 4.84 | - |
| YUV | 80.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 53 | 0.35 | 0 | 0.44 | 0.63 | 107.14 | 0.28 | 0.29 |
| Hex | 3E | 5F | 35 | 23 | 0 | 2C | 3F | 6B | 1C | 1D |
| Octal | 76 | 137 | 65 | 43 | 0 | 54 | 77 | 153 | 34 | 35 |
| Binary | 111110 | 1011111 | 110101 | 100011 | 0 | 101100 | 111111 | 1101011 | 11100 | 11101 |
Color Harmonies of #3E5F35
Complementary color
Monochromatic Colors of #3E5F35
Black with #3E5F35
Text Example
Text Example
White with #3E5F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5F35; }
p { color: rgb(62,95,53); }
H1.HeaderClassName
{
color: #3E5F35;
}
.AnyTagClassName
{
color: #3E5F35;
}
</style>
background-color css
<style>
a { background-color: #3E5F35; }
a { background-color: rgb(62,95,53); }
div.DivClassName
{
background-color: #3E5F35;
}
.BgClassName
{
background-color: #3E5F35;
}
</style>
border-color css
<style>
span { border-color: #3E5F35; }
span { border-color: rgb(62,95,53); }
td.TdClassName
{
border-color: #3E5F35;
}
.TagClassName
{
border-color: #3E5F35;
}
</style>