Shades of Green Leaf #4F721C
Tints of Green Leaf #4F721C
RGB
CMYK
RGB Variations
Color information
#4F721C (or 0x4F721C) is known color: Green Leaf. HEX triplet: 4F, 72 and 1C. RGB value is (79,114,28). Sum of RGB (Red+Green+Blue) = 79+114+28=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #4F721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F721C is #B08DE3. Grayscale: #5E5E5E. Windows color (decimal): -11570660 or 1864271. OLE color: 1864271.
HSL color Cylindrical-coordinate representation of color #4F721C: hue angle of 84.42º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F721C is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 28 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.55 |
| HSL | 84.42º | 0.61% | 0.28% | - |
| HSV(B) | 84.42º | 0.75% | 0.45% | - |
| XYZ | 9.45 | 13.78 | 3.26 | - |
| YUV | 93.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 28 | 0.31 | 0 | 0.75 | 0.55 | 84.42 | 0.61 | 0.28 |
| Hex | 4F | 72 | 1C | 1F | 0 | 4B | 37 | 54 | 3D | 1C |
| Octal | 117 | 162 | 34 | 37 | 0 | 113 | 67 | 124 | 75 | 34 |
| Binary | 1001111 | 1110010 | 11100 | 11111 | 0 | 1001011 | 110111 | 1010100 | 111101 | 11100 |
Color Harmonies of #4F721C
Complementary color
Monochromatic Colors of #4F721C
Black with #4F721C
Text Example
Text Example
White with #4F721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F721C; }
p { color: rgb(79,114,28); }
H1.HeaderClassName
{
color: #4F721C;
}
.AnyTagClassName
{
color: #4F721C;
}
</style>
background-color css
<style>
a { background-color: #4F721C; }
a { background-color: rgb(79,114,28); }
div.DivClassName
{
background-color: #4F721C;
}
.BgClassName
{
background-color: #4F721C;
}
</style>
border-color css
<style>
span { border-color: #4F721C; }
span { border-color: rgb(79,114,28); }
td.TdClassName
{
border-color: #4F721C;
}
.TagClassName
{
border-color: #4F721C;
}
</style>