Shades of Green Leaf #4F602D
Tints of Green Leaf #4F602D
RGB
CMYK
RGB Variations
Color information
#4F602D (or 0x4F602D) is known color: Green Leaf. HEX triplet: 4F, 60 and 2D. RGB value is (79,96,45). Sum of RGB (Red+Green+Blue) = 79+96+45=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #4F602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F602D is #B09FD2. Grayscale: #555555. Windows color (decimal): -11575251 or 2973775. OLE color: 2973775.
HSL color Cylindrical-coordinate representation of color #4F602D: hue angle of 80º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F602D is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 45 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.62 |
| HSL | 80º | 0.36% | 0.28% | - |
| HSV(B) | 80º | 0.53% | 0.38% | - |
| XYZ | 7.88 | 10.22 | 4.04 | - |
| YUV | 85.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 45 | 0.18 | 0 | 0.53 | 0.62 | 80 | 0.36 | 0.28 |
| Hex | 4F | 60 | 2D | 12 | 0 | 35 | 3E | 50 | 24 | 1C |
| Octal | 117 | 140 | 55 | 22 | 0 | 65 | 76 | 120 | 44 | 34 |
| Binary | 1001111 | 1100000 | 101101 | 10010 | 0 | 110101 | 111110 | 1010000 | 100100 | 11100 |
Color Harmonies of #4F602D
Complementary color
Monochromatic Colors of #4F602D
Black with #4F602D
Text Example
Text Example
White with #4F602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F602D; }
p { color: rgb(79,96,45); }
H1.HeaderClassName
{
color: #4F602D;
}
.AnyTagClassName
{
color: #4F602D;
}
</style>
background-color css
<style>
a { background-color: #4F602D; }
a { background-color: rgb(79,96,45); }
div.DivClassName
{
background-color: #4F602D;
}
.BgClassName
{
background-color: #4F602D;
}
</style>
border-color css
<style>
span { border-color: #4F602D; }
span { border-color: rgb(79,96,45); }
td.TdClassName
{
border-color: #4F602D;
}
.TagClassName
{
border-color: #4F602D;
}
</style>