Shades of Green Leaf #4F7125
Tints of Green Leaf #4F7125
RGB
CMYK
RGB Variations
Color information
#4F7125 (or 0x4F7125) is known color: Green Leaf. HEX triplet: 4F, 71 and 25. RGB value is (79,113,37). Sum of RGB (Red+Green+Blue) = 79+113+37=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #4F7125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7125 is #B08EDA. Grayscale: #5E5E5E. Windows color (decimal): -11570907 or 2453839. OLE color: 2453839.
HSL color Cylindrical-coordinate representation of color #4F7125: hue angle of 86.84º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F7125 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 113 | 37 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.56 |
| HSL | 86.84º | 0.51% | 0.29% | - |
| HSV(B) | 86.84º | 0.67% | 0.44% | - |
| XYZ | 9.46 | 13.61 | 3.88 | - |
| YUV | 94.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 37 | 0.30 | 0 | 0.67 | 0.56 | 86.84 | 0.51 | 0.29 |
| Hex | 4F | 71 | 25 | 1E | 0 | 43 | 38 | 57 | 33 | 1D |
| Octal | 117 | 161 | 45 | 36 | 0 | 103 | 70 | 127 | 63 | 35 |
| Binary | 1001111 | 1110001 | 100101 | 11110 | 0 | 1000011 | 111000 | 1010111 | 110011 | 11101 |
Color Harmonies of #4F7125
Complementary color
Monochromatic Colors of #4F7125
Black with #4F7125
Text Example
Text Example
White with #4F7125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7125; }
p { color: rgb(79,113,37); }
H1.HeaderClassName
{
color: #4F7125;
}
.AnyTagClassName
{
color: #4F7125;
}
</style>
background-color css
<style>
a { background-color: #4F7125; }
a { background-color: rgb(79,113,37); }
div.DivClassName
{
background-color: #4F7125;
}
.BgClassName
{
background-color: #4F7125;
}
</style>
border-color css
<style>
span { border-color: #4F7125; }
span { border-color: rgb(79,113,37); }
td.TdClassName
{
border-color: #4F7125;
}
.TagClassName
{
border-color: #4F7125;
}
</style>