Shades of Green House #3F6039
Tints of Green House #3F6039
RGB
CMYK
RGB Variations
Color information
#3F6039 (or 0x3F6039) is known color: Green House. HEX triplet: 3F, 60 and 39. RGB value is (63,96,57). Sum of RGB (Red+Green+Blue) = 63+96+57=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6039 is #C09FC6. Grayscale: #515151. Windows color (decimal): -12623815 or 3760191. OLE color: 3760191.
HSL color Cylindrical-coordinate representation of color #3F6039: hue angle of 110.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6039 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 57 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.62 |
| HSL | 110.77º | 0.25% | 0.3% | - |
| HSV(B) | 110.77º | 0.41% | 0.38% | - |
| XYZ | 6.97 | 9.72 | 5.38 | - |
| YUV | 81.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 57 | 0.34 | 0 | 0.41 | 0.62 | 110.77 | 0.25 | 0.3 |
| Hex | 3F | 60 | 39 | 22 | 0 | 29 | 3E | 6F | 19 | 1E |
| Octal | 77 | 140 | 71 | 42 | 0 | 51 | 76 | 157 | 31 | 36 |
| Binary | 111111 | 1100000 | 111001 | 100010 | 0 | 101001 | 111110 | 1101111 | 11001 | 11110 |
Color Harmonies of #3F6039
Complementary color
Monochromatic Colors of #3F6039
Black with #3F6039
Text Example
Text Example
White with #3F6039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6039; }
p { color: rgb(63,96,57); }
H1.HeaderClassName
{
color: #3F6039;
}
.AnyTagClassName
{
color: #3F6039;
}
</style>
background-color css
<style>
a { background-color: #3F6039; }
a { background-color: rgb(63,96,57); }
div.DivClassName
{
background-color: #3F6039;
}
.BgClassName
{
background-color: #3F6039;
}
</style>
border-color css
<style>
span { border-color: #3F6039; }
span { border-color: rgb(63,96,57); }
td.TdClassName
{
border-color: #3F6039;
}
.TagClassName
{
border-color: #3F6039;
}
</style>