Shades of Green House #3F6833
Tints of Green House #3F6833
RGB
CMYK
RGB Variations
Color information
#3F6833 (or 0x3F6833) is known color: Green House. HEX triplet: 3F, 68 and 33. RGB value is (63,104,51). Sum of RGB (Red+Green+Blue) = 63+104+51=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6833 is #C097CC. Grayscale: #555555. Windows color (decimal): -12621773 or 3369023. OLE color: 3369023.
HSL color Cylindrical-coordinate representation of color #3F6833: hue angle of 106.42º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F6833 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 51 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.59 |
| HSL | 106.42º | 0.34% | 0.3% | - |
| HSV(B) | 106.42º | 0.51% | 0.41% | - |
| XYZ | 7.6 | 11.2 | 4.89 | - |
| YUV | 85.7 | 108.42 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 51 | 0.39 | 0 | 0.51 | 0.59 | 106.42 | 0.34 | 0.3 |
| Hex | 3F | 68 | 33 | 27 | 0 | 33 | 3B | 6A | 22 | 1E |
| Octal | 77 | 150 | 63 | 47 | 0 | 63 | 73 | 152 | 42 | 36 |
| Binary | 111111 | 1101000 | 110011 | 100111 | 0 | 110011 | 111011 | 1101010 | 100010 | 11110 |
Color Harmonies of #3F6833
Complementary color
Monochromatic Colors of #3F6833
Black with #3F6833
Text Example
Text Example
White with #3F6833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6833; }
p { color: rgb(63,104,51); }
H1.HeaderClassName
{
color: #3F6833;
}
.AnyTagClassName
{
color: #3F6833;
}
</style>
background-color css
<style>
a { background-color: #3F6833; }
a { background-color: rgb(63,104,51); }
div.DivClassName
{
background-color: #3F6833;
}
.BgClassName
{
background-color: #3F6833;
}
</style>
border-color css
<style>
span { border-color: #3F6833; }
span { border-color: rgb(63,104,51); }
td.TdClassName
{
border-color: #3F6833;
}
.TagClassName
{
border-color: #3F6833;
}
</style>