Shades of Green Leaf #4F7421
Tints of Green Leaf #4F7421
RGB
CMYK
RGB Variations
Color information
#4F7421 (or 0x4F7421) is known color: Green Leaf. HEX triplet: 4F, 74 and 21. RGB value is (79,116,33). Sum of RGB (Red+Green+Blue) = 79+116+33=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7421 is #B08BDE. Grayscale: #5F5F5F. Windows color (decimal): -11570143 or 2192463. OLE color: 2192463.
HSL color Cylindrical-coordinate representation of color #4F7421: hue angle of 86.75º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F7421 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 33 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.55 |
| HSL | 86.75º | 0.56% | 0.29% | - |
| HSV(B) | 86.75º | 0.72% | 0.45% | - |
| XYZ | 9.74 | 14.26 | 3.68 | - |
| YUV | 95.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 33 | 0.32 | 0 | 0.72 | 0.55 | 86.75 | 0.56 | 0.29 |
| Hex | 4F | 74 | 21 | 20 | 0 | 48 | 37 | 57 | 38 | 1D |
| Octal | 117 | 164 | 41 | 40 | 0 | 110 | 67 | 127 | 70 | 35 |
| Binary | 1001111 | 1110100 | 100001 | 100000 | 0 | 1001000 | 110111 | 1010111 | 111000 | 11101 |
Color Harmonies of #4F7421
Complementary color
Monochromatic Colors of #4F7421
Black with #4F7421
Text Example
Text Example
White with #4F7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7421; }
p { color: rgb(79,116,33); }
H1.HeaderClassName
{
color: #4F7421;
}
.AnyTagClassName
{
color: #4F7421;
}
</style>
background-color css
<style>
a { background-color: #4F7421; }
a { background-color: rgb(79,116,33); }
div.DivClassName
{
background-color: #4F7421;
}
.BgClassName
{
background-color: #4F7421;
}
</style>
border-color css
<style>
span { border-color: #4F7421; }
span { border-color: rgb(79,116,33); }
td.TdClassName
{
border-color: #4F7421;
}
.TagClassName
{
border-color: #4F7421;
}
</style>