Shades of Green House #3F5E35
Tints of Green House #3F5E35
RGB
CMYK
RGB Variations
Color information
#3F5E35 (or 0x3F5E35) is known color: Green House. HEX triplet: 3F, 5E and 35. RGB value is (63,94,53). Sum of RGB (Red+Green+Blue) = 63+94+53=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 94 - color contains mainly: green. Hex color #3F5E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5E35 is #C0A1CA. Grayscale: #505050. Windows color (decimal): -12624331 or 3497535. OLE color: 3497535.
HSL color Cylindrical-coordinate representation of color #3F5E35: hue angle of 105.37º 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 #3F5E35 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 94 | 53 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.63 |
| HSL | 105.37º | 0.28% | 0.29% | - |
| HSV(B) | 105.37º | 0.44% | 0.37% | - |
| XYZ | 6.7 | 9.32 | 4.81 | - |
| YUV | 80.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 53 | 0.33 | 0 | 0.44 | 0.63 | 105.37 | 0.28 | 0.29 |
| Hex | 3F | 5E | 35 | 21 | 0 | 2C | 3F | 69 | 1C | 1D |
| Octal | 77 | 136 | 65 | 41 | 0 | 54 | 77 | 151 | 34 | 35 |
| Binary | 111111 | 1011110 | 110101 | 100001 | 0 | 101100 | 111111 | 1101001 | 11100 | 11101 |
Color Harmonies of #3F5E35
Complementary color
Monochromatic Colors of #3F5E35
Black with #3F5E35
Text Example
Text Example
White with #3F5E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5E35; }
p { color: rgb(63,94,53); }
H1.HeaderClassName
{
color: #3F5E35;
}
.AnyTagClassName
{
color: #3F5E35;
}
</style>
background-color css
<style>
a { background-color: #3F5E35; }
a { background-color: rgb(63,94,53); }
div.DivClassName
{
background-color: #3F5E35;
}
.BgClassName
{
background-color: #3F5E35;
}
</style>
border-color css
<style>
span { border-color: #3F5E35; }
span { border-color: rgb(63,94,53); }
td.TdClassName
{
border-color: #3F5E35;
}
.TagClassName
{
border-color: #3F5E35;
}
</style>