Shades of Green Leaf #4F6E1F
Tints of Green Leaf #4F6E1F
RGB
CMYK
RGB Variations
Color information
#4F6E1F (or 0x4F6E1F) is known color: Green Leaf. HEX triplet: 4F, 6E and 1F. RGB value is (79,110,31). Sum of RGB (Red+Green+Blue) = 79+110+31=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6E1F is #B091E0. Grayscale: #5C5C5C. Windows color (decimal): -11571681 or 2059855. OLE color: 2059855.
HSL color Cylindrical-coordinate representation of color #4F6E1F: hue angle of 83.54º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F6E1F is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 110 | 31 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.57 |
| HSL | 83.54º | 0.56% | 0.28% | - |
| HSV(B) | 83.54º | 0.72% | 0.43% | - |
| XYZ | 9.05 | 12.91 | 3.31 | - |
| YUV | 91.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 31 | 0.28 | 0 | 0.72 | 0.57 | 83.54 | 0.56 | 0.28 |
| Hex | 4F | 6E | 1F | 1C | 0 | 48 | 39 | 54 | 38 | 1C |
| Octal | 117 | 156 | 37 | 34 | 0 | 110 | 71 | 124 | 70 | 34 |
| Binary | 1001111 | 1101110 | 11111 | 11100 | 0 | 1001000 | 111001 | 1010100 | 111000 | 11100 |
Color Harmonies of #4F6E1F
Complementary color
Monochromatic Colors of #4F6E1F
Black with #4F6E1F
Text Example
Text Example
White with #4F6E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6E1F; }
p { color: rgb(79,110,31); }
H1.HeaderClassName
{
color: #4F6E1F;
}
.AnyTagClassName
{
color: #4F6E1F;
}
</style>
background-color css
<style>
a { background-color: #4F6E1F; }
a { background-color: rgb(79,110,31); }
div.DivClassName
{
background-color: #4F6E1F;
}
.BgClassName
{
background-color: #4F6E1F;
}
</style>
border-color css
<style>
span { border-color: #4F6E1F; }
span { border-color: rgb(79,110,31); }
td.TdClassName
{
border-color: #4F6E1F;
}
.TagClassName
{
border-color: #4F6E1F;
}
</style>