Shades of Green Leaf #4F7725
Tints of Green Leaf #4F7725
RGB
CMYK
RGB Variations
Color information
#4F7725 (or 0x4F7725) is known color: Green Leaf. HEX triplet: 4F, 77 and 25. RGB value is (79,119,37). Sum of RGB (Red+Green+Blue) = 79+119+37=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #4F7725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7725 is #B088DA. Grayscale: #616161. Windows color (decimal): -11569371 or 2455375. OLE color: 2455375.
HSL color Cylindrical-coordinate representation of color #4F7725: hue angle of 89.27º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F7725 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 119 | 37 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.53 |
| HSL | 89.27º | 0.53% | 0.31% | - |
| HSV(B) | 89.27º | 0.69% | 0.47% | - |
| XYZ | 10.16 | 14.99 | 4.11 | - |
| YUV | 97.69 | 93.75 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 37 | 0.34 | 0 | 0.69 | 0.53 | 89.27 | 0.53 | 0.31 |
| Hex | 4F | 77 | 25 | 22 | 0 | 45 | 35 | 59 | 35 | 1F |
| Octal | 117 | 167 | 45 | 42 | 0 | 105 | 65 | 131 | 65 | 37 |
| Binary | 1001111 | 1110111 | 100101 | 100010 | 0 | 1000101 | 110101 | 1011001 | 110101 | 11111 |
Color Harmonies of #4F7725
Complementary color
Monochromatic Colors of #4F7725
Black with #4F7725
Text Example
Text Example
White with #4F7725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7725; }
p { color: rgb(79,119,37); }
H1.HeaderClassName
{
color: #4F7725;
}
.AnyTagClassName
{
color: #4F7725;
}
</style>
background-color css
<style>
a { background-color: #4F7725; }
a { background-color: rgb(79,119,37); }
div.DivClassName
{
background-color: #4F7725;
}
.BgClassName
{
background-color: #4F7725;
}
</style>
border-color css
<style>
span { border-color: #4F7725; }
span { border-color: rgb(79,119,37); }
td.TdClassName
{
border-color: #4F7725;
}
.TagClassName
{
border-color: #4F7725;
}
</style>