Shades of Green Leaf #4F751B
Tints of Green Leaf #4F751B
RGB
CMYK
RGB Variations
Color information
#4F751B (or 0x4F751B) is known color: Green Leaf. HEX triplet: 4F, 75 and 1B. RGB value is (79,117,27). Sum of RGB (Red+Green+Blue) = 79+117+27=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #4F751B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F751B is #B08AE4. Grayscale: #5F5F5F. Windows color (decimal): -11569893 or 1799503. OLE color: 1799503.
HSL color Cylindrical-coordinate representation of color #4F751B: hue angle of 85.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F751B is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 117 | 27 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.54 |
| HSL | 85.33º | 0.63% | 0.28% | - |
| HSV(B) | 85.33º | 0.77% | 0.46% | - |
| XYZ | 9.78 | 14.46 | 3.31 | - |
| YUV | 95.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 117 | 27 | 0.32 | 0 | 0.77 | 0.54 | 85.33 | 0.63 | 0.28 |
| Hex | 4F | 75 | 1B | 20 | 0 | 4D | 36 | 55 | 3E | 1C |
| Octal | 117 | 165 | 33 | 40 | 0 | 115 | 66 | 125 | 76 | 34 |
| Binary | 1001111 | 1110101 | 11011 | 100000 | 0 | 1001101 | 110110 | 1010101 | 111110 | 11100 |
Color Harmonies of #4F751B
Complementary color
Monochromatic Colors of #4F751B
Black with #4F751B
Text Example
Text Example
White with #4F751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F751B; }
p { color: rgb(79,117,27); }
H1.HeaderClassName
{
color: #4F751B;
}
.AnyTagClassName
{
color: #4F751B;
}
</style>
background-color css
<style>
a { background-color: #4F751B; }
a { background-color: rgb(79,117,27); }
div.DivClassName
{
background-color: #4F751B;
}
.BgClassName
{
background-color: #4F751B;
}
</style>
border-color css
<style>
span { border-color: #4F751B; }
span { border-color: rgb(79,117,27); }
td.TdClassName
{
border-color: #4F751B;
}
.TagClassName
{
border-color: #4F751B;
}
</style>