Shades of Green Leaf #4F6427
Tints of Green Leaf #4F6427
RGB
CMYK
RGB Variations
Color information
#4F6427 (or 0x4F6427) is known color: Green Leaf. HEX triplet: 4F, 64 and 27. RGB value is (79,100,39). Sum of RGB (Red+Green+Blue) = 79+100+39=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #4F6427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6427 is #B09BD8. Grayscale: #565656. Windows color (decimal): -11574233 or 2581583. OLE color: 2581583.
HSL color Cylindrical-coordinate representation of color #4F6427: hue angle of 80.66º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F6427 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 100 | 39 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.61 |
| HSL | 80.66º | 0.44% | 0.27% | - |
| HSV(B) | 80.66º | 0.61% | 0.39% | - |
| XYZ | 8.15 | 10.92 | 3.6 | - |
| YUV | 86.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 39 | 0.21 | 0 | 0.61 | 0.61 | 80.66 | 0.44 | 0.27 |
| Hex | 4F | 64 | 27 | 15 | 0 | 3D | 3D | 51 | 2C | 1B |
| Octal | 117 | 144 | 47 | 25 | 0 | 75 | 75 | 121 | 54 | 33 |
| Binary | 1001111 | 1100100 | 100111 | 10101 | 0 | 111101 | 111101 | 1010001 | 101100 | 11011 |
Color Harmonies of #4F6427
Complementary color
Monochromatic Colors of #4F6427
Black with #4F6427
Text Example
Text Example
White with #4F6427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6427; }
p { color: rgb(79,100,39); }
H1.HeaderClassName
{
color: #4F6427;
}
.AnyTagClassName
{
color: #4F6427;
}
</style>
background-color css
<style>
a { background-color: #4F6427; }
a { background-color: rgb(79,100,39); }
div.DivClassName
{
background-color: #4F6427;
}
.BgClassName
{
background-color: #4F6427;
}
</style>
border-color css
<style>
span { border-color: #4F6427; }
span { border-color: rgb(79,100,39); }
td.TdClassName
{
border-color: #4F6427;
}
.TagClassName
{
border-color: #4F6427;
}
</style>