Shades of Green Leaf #4F602B
Tints of Green Leaf #4F602B
RGB
CMYK
RGB Variations
Color information
#4F602B (or 0x4F602B) is known color: Green Leaf. HEX triplet: 4F, 60 and 2B. RGB value is (79,96,43). Sum of RGB (Red+Green+Blue) = 79+96+43=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #4F602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F602B is #B09FD4. Grayscale: #555555. Windows color (decimal): -11575253 or 2842703. OLE color: 2842703.
HSL color Cylindrical-coordinate representation of color #4F602B: hue angle of 79.25º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F602B is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 43 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.62 |
| HSL | 79.25º | 0.38% | 0.27% | - |
| HSV(B) | 79.25º | 0.55% | 0.38% | - |
| XYZ | 7.84 | 10.2 | 3.84 | - |
| YUV | 84.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 43 | 0.18 | 0 | 0.55 | 0.62 | 79.25 | 0.38 | 0.27 |
| Hex | 4F | 60 | 2B | 12 | 0 | 37 | 3E | 4F | 26 | 1B |
| Octal | 117 | 140 | 53 | 22 | 0 | 67 | 76 | 117 | 46 | 33 |
| Binary | 1001111 | 1100000 | 101011 | 10010 | 0 | 110111 | 111110 | 1001111 | 100110 | 11011 |
Color Harmonies of #4F602B
Complementary color
Monochromatic Colors of #4F602B
Black with #4F602B
Text Example
Text Example
White with #4F602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F602B; }
p { color: rgb(79,96,43); }
H1.HeaderClassName
{
color: #4F602B;
}
.AnyTagClassName
{
color: #4F602B;
}
</style>
background-color css
<style>
a { background-color: #4F602B; }
a { background-color: rgb(79,96,43); }
div.DivClassName
{
background-color: #4F602B;
}
.BgClassName
{
background-color: #4F602B;
}
</style>
border-color css
<style>
span { border-color: #4F602B; }
span { border-color: rgb(79,96,43); }
td.TdClassName
{
border-color: #4F602B;
}
.TagClassName
{
border-color: #4F602B;
}
</style>