Shades of Green Leaf #4F652D
Tints of Green Leaf #4F652D
RGB
CMYK
RGB Variations
Color information
#4F652D (or 0x4F652D) is known color: Green Leaf. HEX triplet: 4F, 65 and 2D. RGB value is (79,101,45). Sum of RGB (Red+Green+Blue) = 79+101+45=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #4F652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F652D is #B09AD2. Grayscale: #585858. Windows color (decimal): -11573971 or 2975055. OLE color: 2975055.
HSL color Cylindrical-coordinate representation of color #4F652D: hue angle of 83.57º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F652D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 101 | 45 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.60 |
| HSL | 83.57º | 0.38% | 0.29% | - |
| HSV(B) | 83.57º | 0.55% | 0.4% | - |
| XYZ | 8.35 | 11.16 | 4.2 | - |
| YUV | 88.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 45 | 0.22 | 0 | 0.55 | 0.60 | 83.57 | 0.38 | 0.29 |
| Hex | 4F | 65 | 2D | 16 | 0 | 37 | 3C | 54 | 26 | 1D |
| Octal | 117 | 145 | 55 | 26 | 0 | 67 | 74 | 124 | 46 | 35 |
| Binary | 1001111 | 1100101 | 101101 | 10110 | 0 | 110111 | 111100 | 1010100 | 100110 | 11101 |
Color Harmonies of #4F652D
Complementary color
Monochromatic Colors of #4F652D
Black with #4F652D
Text Example
Text Example
White with #4F652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F652D; }
p { color: rgb(79,101,45); }
H1.HeaderClassName
{
color: #4F652D;
}
.AnyTagClassName
{
color: #4F652D;
}
</style>
background-color css
<style>
a { background-color: #4F652D; }
a { background-color: rgb(79,101,45); }
div.DivClassName
{
background-color: #4F652D;
}
.BgClassName
{
background-color: #4F652D;
}
</style>
border-color css
<style>
span { border-color: #4F652D; }
span { border-color: rgb(79,101,45); }
td.TdClassName
{
border-color: #4F652D;
}
.TagClassName
{
border-color: #4F652D;
}
</style>