Shades of Green Leaf #4F7530
Tints of Green Leaf #4F7530
RGB
CMYK
RGB Variations
Color information
#4F7530 (or 0x4F7530) is known color: Green Leaf. HEX triplet: 4F, 75 and 30. RGB value is (79,117,48). Sum of RGB (Red+Green+Blue) = 79+117+48=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7530 is #B08ACF. Grayscale: #626262. Windows color (decimal): -11569872 or 3175759. OLE color: 3175759.
HSL color Cylindrical-coordinate representation of color #4F7530: hue angle of 93.04º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F7530 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 48 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.54 |
| HSL | 93.04º | 0.42% | 0.32% | - |
| HSV(B) | 93.04º | 0.59% | 0.46% | - |
| XYZ | 10.12 | 14.6 | 5.08 | - |
| YUV | 97.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 48 | 0.32 | 0 | 0.59 | 0.54 | 93.04 | 0.42 | 0.32 |
| Hex | 4F | 75 | 30 | 20 | 0 | 3B | 36 | 5D | 2A | 20 |
| Octal | 117 | 165 | 60 | 40 | 0 | 73 | 66 | 135 | 52 | 40 |
| Binary | 1001111 | 1110101 | 110000 | 100000 | 0 | 111011 | 110110 | 1011101 | 101010 | 100000 |
Color Harmonies of #4F7530
Complementary color
Monochromatic Colors of #4F7530
Black with #4F7530
Text Example
Text Example
White with #4F7530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7530; }
p { color: rgb(79,117,48); }
H1.HeaderClassName
{
color: #4F7530;
}
.AnyTagClassName
{
color: #4F7530;
}
</style>
background-color css
<style>
a { background-color: #4F7530; }
a { background-color: rgb(79,117,48); }
div.DivClassName
{
background-color: #4F7530;
}
.BgClassName
{
background-color: #4F7530;
}
</style>
border-color css
<style>
span { border-color: #4F7530; }
span { border-color: rgb(79,117,48); }
td.TdClassName
{
border-color: #4F7530;
}
.TagClassName
{
border-color: #4F7530;
}
</style>