Shades of Green House #3F5F39
Tints of Green House #3F5F39
RGB
CMYK
RGB Variations
Color information
#3F5F39 (or 0x3F5F39) is known color: Green House. HEX triplet: 3F, 5F and 39. RGB value is (63,95,57). Sum of RGB (Red+Green+Blue) = 63+95+57=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #3F5F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5F39 is #C0A0C6. Grayscale: #515151. Windows color (decimal): -12624071 or 3759935. OLE color: 3759935.
HSL color Cylindrical-coordinate representation of color #3F5F39: hue angle of 110.53º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F5F39 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 95 | 57 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.63 |
| HSL | 110.53º | 0.25% | 0.3% | - |
| HSV(B) | 110.53º | 0.4% | 0.37% | - |
| XYZ | 6.88 | 9.54 | 5.35 | - |
| YUV | 81.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 57 | 0.34 | 0 | 0.40 | 0.63 | 110.53 | 0.25 | 0.3 |
| Hex | 3F | 5F | 39 | 22 | 0 | 28 | 3F | 6F | 19 | 1E |
| Octal | 77 | 137 | 71 | 42 | 0 | 50 | 77 | 157 | 31 | 36 |
| Binary | 111111 | 1011111 | 111001 | 100010 | 0 | 101000 | 111111 | 1101111 | 11001 | 11110 |
Color Harmonies of #3F5F39
Complementary color
Monochromatic Colors of #3F5F39
Black with #3F5F39
Text Example
Text Example
White with #3F5F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F39; }
p { color: rgb(63,95,57); }
H1.HeaderClassName
{
color: #3F5F39;
}
.AnyTagClassName
{
color: #3F5F39;
}
</style>
background-color css
<style>
a { background-color: #3F5F39; }
a { background-color: rgb(63,95,57); }
div.DivClassName
{
background-color: #3F5F39;
}
.BgClassName
{
background-color: #3F5F39;
}
</style>
border-color css
<style>
span { border-color: #3F5F39; }
span { border-color: rgb(63,95,57); }
td.TdClassName
{
border-color: #3F5F39;
}
.TagClassName
{
border-color: #3F5F39;
}
</style>