Shades of Green Leaf #4F751C
Tints of Green Leaf #4F751C
RGB
CMYK
RGB Variations
Color information
#4F751C (or 0x4F751C) is known color: Green Leaf. HEX triplet: 4F, 75 and 1C. RGB value is (79,117,28). Sum of RGB (Red+Green+Blue) = 79+117+28=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #4F751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F751C is #B08AE3. Grayscale: #5F5F5F. Windows color (decimal): -11569892 or 1865039. OLE color: 1865039.
HSL color Cylindrical-coordinate representation of color #4F751C: hue angle of 85.62º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F751C is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 28 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.54 |
| HSL | 85.62º | 0.61% | 0.28% | - |
| HSV(B) | 85.62º | 0.76% | 0.46% | - |
| XYZ | 9.8 | 14.47 | 3.38 | - |
| YUV | 95.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 28 | 0.32 | 0 | 0.76 | 0.54 | 85.62 | 0.61 | 0.28 |
| Hex | 4F | 75 | 1C | 20 | 0 | 4C | 36 | 56 | 3D | 1C |
| Octal | 117 | 165 | 34 | 40 | 0 | 114 | 66 | 126 | 75 | 34 |
| Binary | 1001111 | 1110101 | 11100 | 100000 | 0 | 1001100 | 110110 | 1010110 | 111101 | 11100 |
Color Harmonies of #4F751C
Complementary color
Monochromatic Colors of #4F751C
Black with #4F751C
Text Example
Text Example
White with #4F751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F751C; }
p { color: rgb(79,117,28); }
H1.HeaderClassName
{
color: #4F751C;
}
.AnyTagClassName
{
color: #4F751C;
}
</style>
background-color css
<style>
a { background-color: #4F751C; }
a { background-color: rgb(79,117,28); }
div.DivClassName
{
background-color: #4F751C;
}
.BgClassName
{
background-color: #4F751C;
}
</style>
border-color css
<style>
span { border-color: #4F751C; }
span { border-color: rgb(79,117,28); }
td.TdClassName
{
border-color: #4F751C;
}
.TagClassName
{
border-color: #4F751C;
}
</style>