Shades of Green Leaf #4F6718
Tints of Green Leaf #4F6718
RGB
CMYK
RGB Variations
Color information
#4F6718 (or 0x4F6718) is known color: Green Leaf. HEX triplet: 4F, 67 and 18. RGB value is (79,103,24). Sum of RGB (Red+Green+Blue) = 79+103+24=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #4F6718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F6718 is #B098E7. Grayscale: #575757. Windows color (decimal): -11573480 or 1599311. OLE color: 1599311.
HSL color Cylindrical-coordinate representation of color #4F6718: hue angle of 78.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F6718 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 24 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.60 |
| HSL | 78.23º | 0.62% | 0.25% | - |
| HSV(B) | 78.23º | 0.77% | 0.4% | - |
| XYZ | 8.24 | 11.43 | 2.64 | - |
| YUV | 86.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 24 | 0.23 | 0 | 0.77 | 0.60 | 78.23 | 0.62 | 0.25 |
| Hex | 4F | 67 | 18 | 17 | 0 | 4D | 3C | 4E | 3E | 19 |
| Octal | 117 | 147 | 30 | 27 | 0 | 115 | 74 | 116 | 76 | 31 |
| Binary | 1001111 | 1100111 | 11000 | 10111 | 0 | 1001101 | 111100 | 1001110 | 111110 | 11001 |
Color Harmonies of #4F6718
Complementary color
Monochromatic Colors of #4F6718
Black with #4F6718
Text Example
Text Example
White with #4F6718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6718; }
p { color: rgb(79,103,24); }
H1.HeaderClassName
{
color: #4F6718;
}
.AnyTagClassName
{
color: #4F6718;
}
</style>
background-color css
<style>
a { background-color: #4F6718; }
a { background-color: rgb(79,103,24); }
div.DivClassName
{
background-color: #4F6718;
}
.BgClassName
{
background-color: #4F6718;
}
</style>
border-color css
<style>
span { border-color: #4F6718; }
span { border-color: rgb(79,103,24); }
td.TdClassName
{
border-color: #4F6718;
}
.TagClassName
{
border-color: #4F6718;
}
</style>