Shades of Green Leaf #4F7A1B
Tints of Green Leaf #4F7A1B
RGB
CMYK
RGB Variations
Color information
#4F7A1B (or 0x4F7A1B) is known color: Green Leaf. HEX triplet: 4F, 7A and 1B. RGB value is (79,122,27). Sum of RGB (Red+Green+Blue) = 79+122+27=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7A1B is #B085E4. Grayscale: #626262. Windows color (decimal): -11568613 or 1800783. OLE color: 1800783.
HSL color Cylindrical-coordinate representation of color #4F7A1B: hue angle of 87.16º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F7A1B is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 122 | 27 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.52 |
| HSL | 87.16º | 0.64% | 0.29% | - |
| HSV(B) | 87.16º | 0.78% | 0.48% | - |
| XYZ | 10.38 | 15.66 | 3.51 | - |
| YUV | 98.31 | 87.75 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 27 | 0.35 | 0 | 0.78 | 0.52 | 87.16 | 0.64 | 0.29 |
| Hex | 4F | 7A | 1B | 23 | 0 | 4E | 34 | 57 | 40 | 1D |
| Octal | 117 | 172 | 33 | 43 | 0 | 116 | 64 | 127 | 100 | 35 |
| Binary | 1001111 | 1111010 | 11011 | 100011 | 0 | 1001110 | 110100 | 1010111 | 1000000 | 11101 |
Color Harmonies of #4F7A1B
Complementary color
Monochromatic Colors of #4F7A1B
Black with #4F7A1B
Text Example
Text Example
White with #4F7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7A1B; }
p { color: rgb(79,122,27); }
H1.HeaderClassName
{
color: #4F7A1B;
}
.AnyTagClassName
{
color: #4F7A1B;
}
</style>
background-color css
<style>
a { background-color: #4F7A1B; }
a { background-color: rgb(79,122,27); }
div.DivClassName
{
background-color: #4F7A1B;
}
.BgClassName
{
background-color: #4F7A1B;
}
</style>
border-color css
<style>
span { border-color: #4F7A1B; }
span { border-color: rgb(79,122,27); }
td.TdClassName
{
border-color: #4F7A1B;
}
.TagClassName
{
border-color: #4F7A1B;
}
</style>