Shades of Green House #3F5F34
Tints of Green House #3F5F34
RGB
CMYK
RGB Variations
Color information
#3F5F34 (or 0x3F5F34) is known color: Green House. HEX triplet: 3F, 5F and 34. RGB value is (63,95,52). Sum of RGB (Red+Green+Blue) = 63+95+52=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #3F5F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5F34 is #C0A0CB. Grayscale: #505050. Windows color (decimal): -12624076 or 3432255. OLE color: 3432255.
HSL color Cylindrical-coordinate representation of color #3F5F34: hue angle of 104.65º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F5F34 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 95 | 52 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.63 |
| HSL | 104.65º | 0.29% | 0.29% | - |
| HSV(B) | 104.65º | 0.45% | 0.37% | - |
| XYZ | 6.76 | 9.49 | 4.72 | - |
| YUV | 80.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 52 | 0.34 | 0 | 0.45 | 0.63 | 104.65 | 0.29 | 0.29 |
| Hex | 3F | 5F | 34 | 22 | 0 | 2D | 3F | 69 | 1D | 1D |
| Octal | 77 | 137 | 64 | 42 | 0 | 55 | 77 | 151 | 35 | 35 |
| Binary | 111111 | 1011111 | 110100 | 100010 | 0 | 101101 | 111111 | 1101001 | 11101 | 11101 |
Color Harmonies of #3F5F34
Complementary color
Monochromatic Colors of #3F5F34
Black with #3F5F34
Text Example
Text Example
White with #3F5F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F34; }
p { color: rgb(63,95,52); }
H1.HeaderClassName
{
color: #3F5F34;
}
.AnyTagClassName
{
color: #3F5F34;
}
</style>
background-color css
<style>
a { background-color: #3F5F34; }
a { background-color: rgb(63,95,52); }
div.DivClassName
{
background-color: #3F5F34;
}
.BgClassName
{
background-color: #3F5F34;
}
</style>
border-color css
<style>
span { border-color: #3F5F34; }
span { border-color: rgb(63,95,52); }
td.TdClassName
{
border-color: #3F5F34;
}
.TagClassName
{
border-color: #3F5F34;
}
</style>