Shades of Green Leaf #4F7C28
Tints of Green Leaf #4F7C28
RGB
CMYK
RGB Variations
Color information
#4F7C28 (or 0x4F7C28) is known color: Green Leaf. HEX triplet: 4F, 7C and 28. RGB value is (79,124,40). Sum of RGB (Red+Green+Blue) = 79+124+40=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7C28 is #B083D7. Grayscale: #656565. Windows color (decimal): -11568088 or 2653263. OLE color: 2653263.
HSL color Cylindrical-coordinate representation of color #4F7C28: hue angle of 92.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F7C28 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 124 | 40 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.51 |
| HSL | 92.14º | 0.51% | 0.32% | - |
| HSV(B) | 92.14º | 0.68% | 0.49% | - |
| XYZ | 10.82 | 16.23 | 4.57 | - |
| YUV | 100.97 | 93.59 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 40 | 0.36 | 0 | 0.68 | 0.51 | 92.14 | 0.51 | 0.32 |
| Hex | 4F | 7C | 28 | 24 | 0 | 44 | 33 | 5C | 33 | 20 |
| Octal | 117 | 174 | 50 | 44 | 0 | 104 | 63 | 134 | 63 | 40 |
| Binary | 1001111 | 1111100 | 101000 | 100100 | 0 | 1000100 | 110011 | 1011100 | 110011 | 100000 |
Color Harmonies of #4F7C28
Complementary color
Monochromatic Colors of #4F7C28
Black with #4F7C28
Text Example
Text Example
White with #4F7C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7C28; }
p { color: rgb(79,124,40); }
H1.HeaderClassName
{
color: #4F7C28;
}
.AnyTagClassName
{
color: #4F7C28;
}
</style>
background-color css
<style>
a { background-color: #4F7C28; }
a { background-color: rgb(79,124,40); }
div.DivClassName
{
background-color: #4F7C28;
}
.BgClassName
{
background-color: #4F7C28;
}
</style>
border-color css
<style>
span { border-color: #4F7C28; }
span { border-color: rgb(79,124,40); }
td.TdClassName
{
border-color: #4F7C28;
}
.TagClassName
{
border-color: #4F7C28;
}
</style>