Shades of Green Leaf #4F672F
Tints of Green Leaf #4F672F
RGB
CMYK
RGB Variations
Color information
#4F672F (or 0x4F672F) is known color: Green Leaf. HEX triplet: 4F, 67 and 2F. RGB value is (79,103,47). Sum of RGB (Red+Green+Blue) = 79+103+47=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #4F672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F672F is #B098D0. Grayscale: #595959. Windows color (decimal): -11573457 or 3106639. OLE color: 3106639.
HSL color Cylindrical-coordinate representation of color #4F672F: hue angle of 85.71º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F672F is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 47 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.60 |
| HSL | 85.71º | 0.37% | 0.29% | - |
| HSV(B) | 85.71º | 0.54% | 0.4% | - |
| XYZ | 8.59 | 11.57 | 4.47 | - |
| YUV | 89.44 | 104.05 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 47 | 0.23 | 0 | 0.54 | 0.60 | 85.71 | 0.37 | 0.29 |
| Hex | 4F | 67 | 2F | 17 | 0 | 36 | 3C | 56 | 25 | 1D |
| Octal | 117 | 147 | 57 | 27 | 0 | 66 | 74 | 126 | 45 | 35 |
| Binary | 1001111 | 1100111 | 101111 | 10111 | 0 | 110110 | 111100 | 1010110 | 100101 | 11101 |
Color Harmonies of #4F672F
Complementary color
Monochromatic Colors of #4F672F
Black with #4F672F
Text Example
Text Example
White with #4F672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F672F; }
p { color: rgb(79,103,47); }
H1.HeaderClassName
{
color: #4F672F;
}
.AnyTagClassName
{
color: #4F672F;
}
</style>
background-color css
<style>
a { background-color: #4F672F; }
a { background-color: rgb(79,103,47); }
div.DivClassName
{
background-color: #4F672F;
}
.BgClassName
{
background-color: #4F672F;
}
</style>
border-color css
<style>
span { border-color: #4F672F; }
span { border-color: rgb(79,103,47); }
td.TdClassName
{
border-color: #4F672F;
}
.TagClassName
{
border-color: #4F672F;
}
</style>