Shades of Green House #3F722F
Tints of Green House #3F722F
RGB
CMYK
RGB Variations
Color information
#3F722F (or 0x3F722F) is known color: Green House. HEX triplet: 3F, 72 and 2F. RGB value is (63,114,47). Sum of RGB (Red+Green+Blue) = 63+114+47=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #3F722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F722F is #C08DD0. Grayscale: #5B5B5B. Windows color (decimal): -12619217 or 3109439. OLE color: 3109439.
HSL color Cylindrical-coordinate representation of color #3F722F: hue angle of 105.67º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F722F is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 114 | 47 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.55 |
| HSL | 105.67º | 0.42% | 0.32% | - |
| HSV(B) | 105.67º | 0.59% | 0.45% | - |
| XYZ | 8.58 | 13.3 | 4.8 | - |
| YUV | 91.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 47 | 0.45 | 0 | 0.59 | 0.55 | 105.67 | 0.42 | 0.32 |
| Hex | 3F | 72 | 2F | 2D | 0 | 3B | 37 | 6A | 2A | 20 |
| Octal | 77 | 162 | 57 | 55 | 0 | 73 | 67 | 152 | 52 | 40 |
| Binary | 111111 | 1110010 | 101111 | 101101 | 0 | 111011 | 110111 | 1101010 | 101010 | 100000 |
Color Harmonies of #3F722F
Complementary color
Monochromatic Colors of #3F722F
Black with #3F722F
Text Example
Text Example
White with #3F722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F722F; }
p { color: rgb(63,114,47); }
H1.HeaderClassName
{
color: #3F722F;
}
.AnyTagClassName
{
color: #3F722F;
}
</style>
background-color css
<style>
a { background-color: #3F722F; }
a { background-color: rgb(63,114,47); }
div.DivClassName
{
background-color: #3F722F;
}
.BgClassName
{
background-color: #3F722F;
}
</style>
border-color css
<style>
span { border-color: #3F722F; }
span { border-color: rgb(63,114,47); }
td.TdClassName
{
border-color: #3F722F;
}
.TagClassName
{
border-color: #3F722F;
}
</style>