Shades of Green Leaf #4F732F
Tints of Green Leaf #4F732F
RGB
CMYK
RGB Variations
Color information
#4F732F (or 0x4F732F) is known color: Green Leaf. HEX triplet: 4F, 73 and 2F. RGB value is (79,115,47). Sum of RGB (Red+Green+Blue) = 79+115+47=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #4F732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F732F is #B08CD0. Grayscale: #606060. Windows color (decimal): -11570385 or 3109711. OLE color: 3109711.
HSL color Cylindrical-coordinate representation of color #4F732F: hue angle of 91.76º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F732F is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 47 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.55 |
| HSL | 91.76º | 0.42% | 0.32% | - |
| HSV(B) | 91.76º | 0.59% | 0.45% | - |
| XYZ | 9.87 | 14.13 | 4.9 | - |
| YUV | 96.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 47 | 0.31 | 0 | 0.59 | 0.55 | 91.76 | 0.42 | 0.32 |
| Hex | 4F | 73 | 2F | 1F | 0 | 3B | 37 | 5C | 2A | 20 |
| Octal | 117 | 163 | 57 | 37 | 0 | 73 | 67 | 134 | 52 | 40 |
| Binary | 1001111 | 1110011 | 101111 | 11111 | 0 | 111011 | 110111 | 1011100 | 101010 | 100000 |
Color Harmonies of #4F732F
Complementary color
Monochromatic Colors of #4F732F
Black with #4F732F
Text Example
Text Example
White with #4F732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F732F; }
p { color: rgb(79,115,47); }
H1.HeaderClassName
{
color: #4F732F;
}
.AnyTagClassName
{
color: #4F732F;
}
</style>
background-color css
<style>
a { background-color: #4F732F; }
a { background-color: rgb(79,115,47); }
div.DivClassName
{
background-color: #4F732F;
}
.BgClassName
{
background-color: #4F732F;
}
</style>
border-color css
<style>
span { border-color: #4F732F; }
span { border-color: rgb(79,115,47); }
td.TdClassName
{
border-color: #4F732F;
}
.TagClassName
{
border-color: #4F732F;
}
</style>