Shades of Green Leaf #4F772C
Tints of Green Leaf #4F772C
RGB
CMYK
RGB Variations
Color information
#4F772C (or 0x4F772C) is known color: Green Leaf. HEX triplet: 4F, 77 and 2C. RGB value is (79,119,44). Sum of RGB (Red+Green+Blue) = 79+119+44=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #4F772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F772C is #B088D3. Grayscale: #626262. Windows color (decimal): -11569364 or 2914127. OLE color: 2914127.
HSL color Cylindrical-coordinate representation of color #4F772C: hue angle of 92º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F772C is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 119 | 44 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.53 |
| HSL | 92º | 0.46% | 0.32% | - |
| HSV(B) | 92º | 0.63% | 0.47% | - |
| XYZ | 10.28 | 15.04 | 4.74 | - |
| YUV | 98.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 44 | 0.34 | 0 | 0.63 | 0.53 | 92 | 0.46 | 0.32 |
| Hex | 4F | 77 | 2C | 22 | 0 | 3F | 35 | 5C | 2E | 20 |
| Octal | 117 | 167 | 54 | 42 | 0 | 77 | 65 | 134 | 56 | 40 |
| Binary | 1001111 | 1110111 | 101100 | 100010 | 0 | 111111 | 110101 | 1011100 | 101110 | 100000 |
Color Harmonies of #4F772C
Complementary color
Monochromatic Colors of #4F772C
Black with #4F772C
Text Example
Text Example
White with #4F772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F772C; }
p { color: rgb(79,119,44); }
H1.HeaderClassName
{
color: #4F772C;
}
.AnyTagClassName
{
color: #4F772C;
}
</style>
background-color css
<style>
a { background-color: #4F772C; }
a { background-color: rgb(79,119,44); }
div.DivClassName
{
background-color: #4F772C;
}
.BgClassName
{
background-color: #4F772C;
}
</style>
border-color css
<style>
span { border-color: #4F772C; }
span { border-color: rgb(79,119,44); }
td.TdClassName
{
border-color: #4F772C;
}
.TagClassName
{
border-color: #4F772C;
}
</style>