Shades of Green Leaf #4F741F
Tints of Green Leaf #4F741F
RGB
CMYK
RGB Variations
Color information
#4F741F (or 0x4F741F) is known color: Green Leaf. HEX triplet: 4F, 74 and 1F. RGB value is (79,116,31). Sum of RGB (Red+Green+Blue) = 79+116+31=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #4F741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F741F is #B08BE0. Grayscale: #5F5F5F. Windows color (decimal): -11570145 or 2061391. OLE color: 2061391.
HSL color Cylindrical-coordinate representation of color #4F741F: hue angle of 86.12º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F741F is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 31 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.55 |
| HSL | 86.12º | 0.58% | 0.29% | - |
| HSV(B) | 86.12º | 0.73% | 0.45% | - |
| XYZ | 9.72 | 14.25 | 3.54 | - |
| YUV | 95.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 31 | 0.32 | 0 | 0.73 | 0.55 | 86.12 | 0.58 | 0.29 |
| Hex | 4F | 74 | 1F | 20 | 0 | 49 | 37 | 56 | 3A | 1D |
| Octal | 117 | 164 | 37 | 40 | 0 | 111 | 67 | 126 | 72 | 35 |
| Binary | 1001111 | 1110100 | 11111 | 100000 | 0 | 1001001 | 110111 | 1010110 | 111010 | 11101 |
Color Harmonies of #4F741F
Complementary color
Monochromatic Colors of #4F741F
Black with #4F741F
Text Example
Text Example
White with #4F741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F741F; }
p { color: rgb(79,116,31); }
H1.HeaderClassName
{
color: #4F741F;
}
.AnyTagClassName
{
color: #4F741F;
}
</style>
background-color css
<style>
a { background-color: #4F741F; }
a { background-color: rgb(79,116,31); }
div.DivClassName
{
background-color: #4F741F;
}
.BgClassName
{
background-color: #4F741F;
}
</style>
border-color css
<style>
span { border-color: #4F741F; }
span { border-color: rgb(79,116,31); }
td.TdClassName
{
border-color: #4F741F;
}
.TagClassName
{
border-color: #4F741F;
}
</style>