Shades of Green Leaf #4F771C
Tints of Green Leaf #4F771C
RGB
CMYK
RGB Variations
Color information
#4F771C (or 0x4F771C) is known color: Green Leaf. HEX triplet: 4F, 77 and 1C. RGB value is (79,119,28). Sum of RGB (Red+Green+Blue) = 79+119+28=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #4F771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F771C is #B088E3. Grayscale: #606060. Windows color (decimal): -11569380 or 1865551. OLE color: 1865551.
HSL color Cylindrical-coordinate representation of color #4F771C: hue angle of 86.37º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F771C is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 119 | 28 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.53 |
| HSL | 86.37º | 0.62% | 0.29% | - |
| HSV(B) | 86.37º | 0.76% | 0.47% | - |
| XYZ | 10.03 | 14.94 | 3.45 | - |
| YUV | 96.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 119 | 28 | 0.34 | 0 | 0.76 | 0.53 | 86.37 | 0.62 | 0.29 |
| Hex | 4F | 77 | 1C | 22 | 0 | 4C | 35 | 56 | 3E | 1D |
| Octal | 117 | 167 | 34 | 42 | 0 | 114 | 65 | 126 | 76 | 35 |
| Binary | 1001111 | 1110111 | 11100 | 100010 | 0 | 1001100 | 110101 | 1010110 | 111110 | 11101 |
Color Harmonies of #4F771C
Complementary color
Monochromatic Colors of #4F771C
Black with #4F771C
Text Example
Text Example
White with #4F771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F771C; }
p { color: rgb(79,119,28); }
H1.HeaderClassName
{
color: #4F771C;
}
.AnyTagClassName
{
color: #4F771C;
}
</style>
background-color css
<style>
a { background-color: #4F771C; }
a { background-color: rgb(79,119,28); }
div.DivClassName
{
background-color: #4F771C;
}
.BgClassName
{
background-color: #4F771C;
}
</style>
border-color css
<style>
span { border-color: #4F771C; }
span { border-color: rgb(79,119,28); }
td.TdClassName
{
border-color: #4F771C;
}
.TagClassName
{
border-color: #4F771C;
}
</style>