Shades of Green Leaf #4F781C
Tints of Green Leaf #4F781C
RGB
CMYK
RGB Variations
Color information
#4F781C (or 0x4F781C) is known color: Green Leaf. HEX triplet: 4F, 78 and 1C. RGB value is (79,120,28). Sum of RGB (Red+Green+Blue) = 79+120+28=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #4F781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F781C is #B087E3. Grayscale: #616161. Windows color (decimal): -11569124 or 1865807. OLE color: 1865807.
HSL color Cylindrical-coordinate representation of color #4F781C: hue angle of 86.74º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F781C is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 120 | 28 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.53 |
| HSL | 86.74º | 0.62% | 0.29% | - |
| HSV(B) | 86.74º | 0.77% | 0.47% | - |
| XYZ | 10.15 | 15.18 | 3.49 | - |
| YUV | 97.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 120 | 28 | 0.34 | 0 | 0.77 | 0.53 | 86.74 | 0.62 | 0.29 |
| Hex | 4F | 78 | 1C | 22 | 0 | 4D | 35 | 57 | 3E | 1D |
| Octal | 117 | 170 | 34 | 42 | 0 | 115 | 65 | 127 | 76 | 35 |
| Binary | 1001111 | 1111000 | 11100 | 100010 | 0 | 1001101 | 110101 | 1010111 | 111110 | 11101 |
Color Harmonies of #4F781C
Complementary color
Monochromatic Colors of #4F781C
Black with #4F781C
Text Example
Text Example
White with #4F781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F781C; }
p { color: rgb(79,120,28); }
H1.HeaderClassName
{
color: #4F781C;
}
.AnyTagClassName
{
color: #4F781C;
}
</style>
background-color css
<style>
a { background-color: #4F781C; }
a { background-color: rgb(79,120,28); }
div.DivClassName
{
background-color: #4F781C;
}
.BgClassName
{
background-color: #4F781C;
}
</style>
border-color css
<style>
span { border-color: #4F781C; }
span { border-color: rgb(79,120,28); }
td.TdClassName
{
border-color: #4F781C;
}
.TagClassName
{
border-color: #4F781C;
}
</style>