Shades of Green Leaf #4F651B
Tints of Green Leaf #4F651B
RGB
CMYK
RGB Variations
Color information
#4F651B (or 0x4F651B) is known color: Green Leaf. HEX triplet: 4F, 65 and 1B. RGB value is (79,101,27). Sum of RGB (Red+Green+Blue) = 79+101+27=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #4F651B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F651B is #B09AE4. Grayscale: #565656. Windows color (decimal): -11573989 or 1795407. OLE color: 1795407.
HSL color Cylindrical-coordinate representation of color #4F651B: hue angle of 77.84º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F651B is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 101 | 27 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.60 |
| HSL | 77.84º | 0.58% | 0.25% | - |
| HSV(B) | 77.84º | 0.73% | 0.4% | - |
| XYZ | 8.08 | 11.05 | 2.74 | - |
| YUV | 85.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 27 | 0.22 | 0 | 0.73 | 0.60 | 77.84 | 0.58 | 0.25 |
| Hex | 4F | 65 | 1B | 16 | 0 | 49 | 3C | 4E | 3A | 19 |
| Octal | 117 | 145 | 33 | 26 | 0 | 111 | 74 | 116 | 72 | 31 |
| Binary | 1001111 | 1100101 | 11011 | 10110 | 0 | 1001001 | 111100 | 1001110 | 111010 | 11001 |
Color Harmonies of #4F651B
Complementary color
Monochromatic Colors of #4F651B
Black with #4F651B
Text Example
Text Example
White with #4F651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F651B; }
p { color: rgb(79,101,27); }
H1.HeaderClassName
{
color: #4F651B;
}
.AnyTagClassName
{
color: #4F651B;
}
</style>
background-color css
<style>
a { background-color: #4F651B; }
a { background-color: rgb(79,101,27); }
div.DivClassName
{
background-color: #4F651B;
}
.BgClassName
{
background-color: #4F651B;
}
</style>
border-color css
<style>
span { border-color: #4F651B; }
span { border-color: rgb(79,101,27); }
td.TdClassName
{
border-color: #4F651B;
}
.TagClassName
{
border-color: #4F651B;
}
</style>