Shades of Green Leaf #4F752A
Tints of Green Leaf #4F752A
RGB
CMYK
RGB Variations
Color information
#4F752A (or 0x4F752A) is known color: Green Leaf. HEX triplet: 4F, 75 and 2A. RGB value is (79,117,42). Sum of RGB (Red+Green+Blue) = 79+117+42=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #4F752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F752A is #B08AD5. Grayscale: #616161. Windows color (decimal): -11569878 or 2782543. OLE color: 2782543.
HSL color Cylindrical-coordinate representation of color #4F752A: hue angle of 90.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F752A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 42 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.54 |
| HSL | 90.4º | 0.47% | 0.31% | - |
| HSV(B) | 90.4º | 0.64% | 0.46% | - |
| XYZ | 10 | 14.55 | 4.47 | - |
| YUV | 97.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 42 | 0.32 | 0 | 0.64 | 0.54 | 90.4 | 0.47 | 0.31 |
| Hex | 4F | 75 | 2A | 20 | 0 | 40 | 36 | 5A | 2F | 1F |
| Octal | 117 | 165 | 52 | 40 | 0 | 100 | 66 | 132 | 57 | 37 |
| Binary | 1001111 | 1110101 | 101010 | 100000 | 0 | 1000000 | 110110 | 1011010 | 101111 | 11111 |
Color Harmonies of #4F752A
Complementary color
Monochromatic Colors of #4F752A
Black with #4F752A
Text Example
Text Example
White with #4F752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F752A; }
p { color: rgb(79,117,42); }
H1.HeaderClassName
{
color: #4F752A;
}
.AnyTagClassName
{
color: #4F752A;
}
</style>
background-color css
<style>
a { background-color: #4F752A; }
a { background-color: rgb(79,117,42); }
div.DivClassName
{
background-color: #4F752A;
}
.BgClassName
{
background-color: #4F752A;
}
</style>
border-color css
<style>
span { border-color: #4F752A; }
span { border-color: rgb(79,117,42); }
td.TdClassName
{
border-color: #4F752A;
}
.TagClassName
{
border-color: #4F752A;
}
</style>