Shades of Green Leaf #4F7A23
Tints of Green Leaf #4F7A23
RGB
CMYK
RGB Variations
Color information
#4F7A23 (or 0x4F7A23) is known color: Green Leaf. HEX triplet: 4F, 7A and 23. RGB value is (79,122,35). Sum of RGB (Red+Green+Blue) = 79+122+35=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7A23 is #B085DC. Grayscale: #636363. Windows color (decimal): -11568605 or 2325071. OLE color: 2325071.
HSL color Cylindrical-coordinate representation of color #4F7A23: hue angle of 89.66º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F7A23 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 122 | 35 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.52 |
| HSL | 89.66º | 0.55% | 0.31% | - |
| HSV(B) | 89.66º | 0.71% | 0.48% | - |
| XYZ | 10.49 | 15.7 | 4.07 | - |
| YUV | 99.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 35 | 0.35 | 0 | 0.71 | 0.52 | 89.66 | 0.55 | 0.31 |
| Hex | 4F | 7A | 23 | 23 | 0 | 47 | 34 | 5A | 37 | 1F |
| Octal | 117 | 172 | 43 | 43 | 0 | 107 | 64 | 132 | 67 | 37 |
| Binary | 1001111 | 1111010 | 100011 | 100011 | 0 | 1000111 | 110100 | 1011010 | 110111 | 11111 |
Color Harmonies of #4F7A23
Complementary color
Monochromatic Colors of #4F7A23
Black with #4F7A23
Text Example
Text Example
White with #4F7A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7A23; }
p { color: rgb(79,122,35); }
H1.HeaderClassName
{
color: #4F7A23;
}
.AnyTagClassName
{
color: #4F7A23;
}
</style>
background-color css
<style>
a { background-color: #4F7A23; }
a { background-color: rgb(79,122,35); }
div.DivClassName
{
background-color: #4F7A23;
}
.BgClassName
{
background-color: #4F7A23;
}
</style>
border-color css
<style>
span { border-color: #4F7A23; }
span { border-color: rgb(79,122,35); }
td.TdClassName
{
border-color: #4F7A23;
}
.TagClassName
{
border-color: #4F7A23;
}
</style>