Shades of Green House #3F5934
Tints of Green House #3F5934
RGB
CMYK
RGB Variations
Color information
#3F5934 (or 0x3F5934) is known color: Green House. HEX triplet: 3F, 59 and 34. RGB value is (63,89,52). Sum of RGB (Red+Green+Blue) = 63+89+52=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5934 is #C0A6CB. Grayscale: #4D4D4D. Windows color (decimal): -12625612 or 3430719. OLE color: 3430719.
HSL color Cylindrical-coordinate representation of color #3F5934: hue angle of 102.16º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F5934 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 52 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.65 |
| HSL | 102.16º | 0.26% | 0.28% | - |
| HSV(B) | 102.16º | 0.42% | 0.35% | - |
| XYZ | 6.24 | 8.45 | 4.55 | - |
| YUV | 77.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 52 | 0.29 | 0 | 0.42 | 0.65 | 102.16 | 0.26 | 0.28 |
| Hex | 3F | 59 | 34 | 1D | 0 | 2A | 41 | 66 | 1A | 1C |
| Octal | 77 | 131 | 64 | 35 | 0 | 52 | 101 | 146 | 32 | 34 |
| Binary | 111111 | 1011001 | 110100 | 11101 | 0 | 101010 | 1000001 | 1100110 | 11010 | 11100 |
Color Harmonies of #3F5934
Complementary color
Monochromatic Colors of #3F5934
Black with #3F5934
Text Example
Text Example
White with #3F5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5934; }
p { color: rgb(63,89,52); }
H1.HeaderClassName
{
color: #3F5934;
}
.AnyTagClassName
{
color: #3F5934;
}
</style>
background-color css
<style>
a { background-color: #3F5934; }
a { background-color: rgb(63,89,52); }
div.DivClassName
{
background-color: #3F5934;
}
.BgClassName
{
background-color: #3F5934;
}
</style>
border-color css
<style>
span { border-color: #3F5934; }
span { border-color: rgb(63,89,52); }
td.TdClassName
{
border-color: #3F5934;
}
.TagClassName
{
border-color: #3F5934;
}
</style>