Shades of Green House #3F5935
Tints of Green House #3F5935
RGB
CMYK
RGB Variations
Color information
#3F5935 (or 0x3F5935) is known color: Green House. HEX triplet: 3F, 59 and 35. RGB value is (63,89,53). Sum of RGB (Red+Green+Blue) = 63+89+53=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5935 is #C0A6CA. Grayscale: #4D4D4D. Windows color (decimal): -12625611 or 3496255. OLE color: 3496255.
HSL color Cylindrical-coordinate representation of color #3F5935: hue angle of 103.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F5935 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 53 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.65 |
| HSL | 103.33º | 0.25% | 0.28% | - |
| HSV(B) | 103.33º | 0.4% | 0.35% | - |
| XYZ | 6.26 | 8.46 | 4.67 | - |
| YUV | 77.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 53 | 0.29 | 0 | 0.40 | 0.65 | 103.33 | 0.25 | 0.28 |
| Hex | 3F | 59 | 35 | 1D | 0 | 28 | 41 | 67 | 19 | 1C |
| Octal | 77 | 131 | 65 | 35 | 0 | 50 | 101 | 147 | 31 | 34 |
| Binary | 111111 | 1011001 | 110101 | 11101 | 0 | 101000 | 1000001 | 1100111 | 11001 | 11100 |
Color Harmonies of #3F5935
Complementary color
Monochromatic Colors of #3F5935
Black with #3F5935
Text Example
Text Example
White with #3F5935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5935; }
p { color: rgb(63,89,53); }
H1.HeaderClassName
{
color: #3F5935;
}
.AnyTagClassName
{
color: #3F5935;
}
</style>
background-color css
<style>
a { background-color: #3F5935; }
a { background-color: rgb(63,89,53); }
div.DivClassName
{
background-color: #3F5935;
}
.BgClassName
{
background-color: #3F5935;
}
</style>
border-color css
<style>
span { border-color: #3F5935; }
span { border-color: rgb(63,89,53); }
td.TdClassName
{
border-color: #3F5935;
}
.TagClassName
{
border-color: #3F5935;
}
</style>