Shades of Green Leaf #4F772B
Tints of Green Leaf #4F772B
RGB
CMYK
RGB Variations
Color information
#4F772B (or 0x4F772B) is known color: Green Leaf. HEX triplet: 4F, 77 and 2B. RGB value is (79,119,43). Sum of RGB (Red+Green+Blue) = 79+119+43=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #4F772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F772B is #B088D4. Grayscale: #626262. Windows color (decimal): -11569365 or 2848591. OLE color: 2848591.
HSL color Cylindrical-coordinate representation of color #4F772B: hue angle of 91.58º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F772B is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 119 | 43 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.53 |
| HSL | 91.58º | 0.47% | 0.32% | - |
| HSV(B) | 91.58º | 0.64% | 0.47% | - |
| XYZ | 10.26 | 15.03 | 4.65 | - |
| YUV | 98.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 43 | 0.34 | 0 | 0.64 | 0.53 | 91.58 | 0.47 | 0.32 |
| Hex | 4F | 77 | 2B | 22 | 0 | 40 | 35 | 5C | 2F | 20 |
| Octal | 117 | 167 | 53 | 42 | 0 | 100 | 65 | 134 | 57 | 40 |
| Binary | 1001111 | 1110111 | 101011 | 100010 | 0 | 1000000 | 110101 | 1011100 | 101111 | 100000 |
Color Harmonies of #4F772B
Complementary color
Monochromatic Colors of #4F772B
Black with #4F772B
Text Example
Text Example
White with #4F772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F772B; }
p { color: rgb(79,119,43); }
H1.HeaderClassName
{
color: #4F772B;
}
.AnyTagClassName
{
color: #4F772B;
}
</style>
background-color css
<style>
a { background-color: #4F772B; }
a { background-color: rgb(79,119,43); }
div.DivClassName
{
background-color: #4F772B;
}
.BgClassName
{
background-color: #4F772B;
}
</style>
border-color css
<style>
span { border-color: #4F772B; }
span { border-color: rgb(79,119,43); }
td.TdClassName
{
border-color: #4F772B;
}
.TagClassName
{
border-color: #4F772B;
}
</style>