Shades of Green House #3F6834
Tints of Green House #3F6834
RGB
CMYK
RGB Variations
Color information
#3F6834 (or 0x3F6834) is known color: Green House. HEX triplet: 3F, 68 and 34. RGB value is (63,104,52). Sum of RGB (Red+Green+Blue) = 63+104+52=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6834 is #C097CB. Grayscale: #555555. Windows color (decimal): -12621772 or 3434559. OLE color: 3434559.
HSL color Cylindrical-coordinate representation of color #3F6834: hue angle of 107.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F6834 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 52 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.59 |
| HSL | 107.31º | 0.33% | 0.31% | - |
| HSV(B) | 107.31º | 0.5% | 0.41% | - |
| XYZ | 7.62 | 11.21 | 5.01 | - |
| YUV | 85.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 52 | 0.39 | 0 | 0.50 | 0.59 | 107.31 | 0.33 | 0.31 |
| Hex | 3F | 68 | 34 | 27 | 0 | 32 | 3B | 6B | 21 | 1F |
| Octal | 77 | 150 | 64 | 47 | 0 | 62 | 73 | 153 | 41 | 37 |
| Binary | 111111 | 1101000 | 110100 | 100111 | 0 | 110010 | 111011 | 1101011 | 100001 | 11111 |
Color Harmonies of #3F6834
Complementary color
Monochromatic Colors of #3F6834
Black with #3F6834
Text Example
Text Example
White with #3F6834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6834; }
p { color: rgb(63,104,52); }
H1.HeaderClassName
{
color: #3F6834;
}
.AnyTagClassName
{
color: #3F6834;
}
</style>
background-color css
<style>
a { background-color: #3F6834; }
a { background-color: rgb(63,104,52); }
div.DivClassName
{
background-color: #3F6834;
}
.BgClassName
{
background-color: #3F6834;
}
</style>
border-color css
<style>
span { border-color: #3F6834; }
span { border-color: rgb(63,104,52); }
td.TdClassName
{
border-color: #3F6834;
}
.TagClassName
{
border-color: #3F6834;
}
</style>