Shades of Green Leaf #4F762C
Tints of Green Leaf #4F762C
RGB
CMYK
RGB Variations
Color information
#4F762C (or 0x4F762C) is known color: Green Leaf. HEX triplet: 4F, 76 and 2C. RGB value is (79,118,44). Sum of RGB (Red+Green+Blue) = 79+118+44=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #4F762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F762C is #B089D3. Grayscale: #626262. Windows color (decimal): -11569620 or 2913871. OLE color: 2913871.
HSL color Cylindrical-coordinate representation of color #4F762C: hue angle of 91.62º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F762C is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 118 | 44 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.54 |
| HSL | 91.62º | 0.46% | 0.32% | - |
| HSV(B) | 91.62º | 0.63% | 0.46% | - |
| XYZ | 10.16 | 14.8 | 4.7 | - |
| YUV | 97.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 44 | 0.33 | 0 | 0.63 | 0.54 | 91.62 | 0.46 | 0.32 |
| Hex | 4F | 76 | 2C | 21 | 0 | 3F | 36 | 5C | 2E | 20 |
| Octal | 117 | 166 | 54 | 41 | 0 | 77 | 66 | 134 | 56 | 40 |
| Binary | 1001111 | 1110110 | 101100 | 100001 | 0 | 111111 | 110110 | 1011100 | 101110 | 100000 |
Color Harmonies of #4F762C
Complementary color
Monochromatic Colors of #4F762C
Black with #4F762C
Text Example
Text Example
White with #4F762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F762C; }
p { color: rgb(79,118,44); }
H1.HeaderClassName
{
color: #4F762C;
}
.AnyTagClassName
{
color: #4F762C;
}
</style>
background-color css
<style>
a { background-color: #4F762C; }
a { background-color: rgb(79,118,44); }
div.DivClassName
{
background-color: #4F762C;
}
.BgClassName
{
background-color: #4F762C;
}
</style>
border-color css
<style>
span { border-color: #4F762C; }
span { border-color: rgb(79,118,44); }
td.TdClassName
{
border-color: #4F762C;
}
.TagClassName
{
border-color: #4F762C;
}
</style>