Shades of Green House #3F6F2E
Tints of Green House #3F6F2E
RGB
CMYK
RGB Variations
Color information
#3F6F2E (or 0x3F6F2E) is known color: Green House. HEX triplet: 3F, 6F and 2E. RGB value is (63,111,46). Sum of RGB (Red+Green+Blue) = 63+111+46=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6F2E is #C090D1. Grayscale: #595959. Windows color (decimal): -12619986 or 3043135. OLE color: 3043135.
HSL color Cylindrical-coordinate representation of color #3F6F2E: hue angle of 104.31º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F6F2E is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 111 | 46 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.56 |
| HSL | 104.31º | 0.41% | 0.31% | - |
| HSV(B) | 104.31º | 0.59% | 0.44% | - |
| XYZ | 8.23 | 12.62 | 4.59 | - |
| YUV | 89.24 | 103.6 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 111 | 46 | 0.43 | 0 | 0.59 | 0.56 | 104.31 | 0.41 | 0.31 |
| Hex | 3F | 6F | 2E | 2B | 0 | 3B | 38 | 68 | 29 | 1F |
| Octal | 77 | 157 | 56 | 53 | 0 | 73 | 70 | 150 | 51 | 37 |
| Binary | 111111 | 1101111 | 101110 | 101011 | 0 | 111011 | 111000 | 1101000 | 101001 | 11111 |
Color Harmonies of #3F6F2E
Complementary color
Monochromatic Colors of #3F6F2E
Black with #3F6F2E
Text Example
Text Example
White with #3F6F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6F2E; }
p { color: rgb(63,111,46); }
H1.HeaderClassName
{
color: #3F6F2E;
}
.AnyTagClassName
{
color: #3F6F2E;
}
</style>
background-color css
<style>
a { background-color: #3F6F2E; }
a { background-color: rgb(63,111,46); }
div.DivClassName
{
background-color: #3F6F2E;
}
.BgClassName
{
background-color: #3F6F2E;
}
</style>
border-color css
<style>
span { border-color: #3F6F2E; }
span { border-color: rgb(63,111,46); }
td.TdClassName
{
border-color: #3F6F2E;
}
.TagClassName
{
border-color: #3F6F2E;
}
</style>