Shades of Green Leaf #4F732A
Tints of Green Leaf #4F732A
RGB
CMYK
RGB Variations
Color information
#4F732A (or 0x4F732A) is known color: Green Leaf. HEX triplet: 4F, 73 and 2A. RGB value is (79,115,42). Sum of RGB (Red+Green+Blue) = 79+115+42=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #4F732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F732A is #B08CD5. Grayscale: #606060. Windows color (decimal): -11570390 or 2782031. OLE color: 2782031.
HSL color Cylindrical-coordinate representation of color #4F732A: hue angle of 89.59º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F732A is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 42 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.55 |
| HSL | 89.59º | 0.46% | 0.31% | - |
| HSV(B) | 89.59º | 0.63% | 0.45% | - |
| XYZ | 9.77 | 14.09 | 4.4 | - |
| YUV | 95.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 42 | 0.31 | 0 | 0.63 | 0.55 | 89.59 | 0.46 | 0.31 |
| Hex | 4F | 73 | 2A | 1F | 0 | 3F | 37 | 5A | 2E | 1F |
| Octal | 117 | 163 | 52 | 37 | 0 | 77 | 67 | 132 | 56 | 37 |
| Binary | 1001111 | 1110011 | 101010 | 11111 | 0 | 111111 | 110111 | 1011010 | 101110 | 11111 |
Color Harmonies of #4F732A
Complementary color
Monochromatic Colors of #4F732A
Black with #4F732A
Text Example
Text Example
White with #4F732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F732A; }
p { color: rgb(79,115,42); }
H1.HeaderClassName
{
color: #4F732A;
}
.AnyTagClassName
{
color: #4F732A;
}
</style>
background-color css
<style>
a { background-color: #4F732A; }
a { background-color: rgb(79,115,42); }
div.DivClassName
{
background-color: #4F732A;
}
.BgClassName
{
background-color: #4F732A;
}
</style>
border-color css
<style>
span { border-color: #4F732A; }
span { border-color: rgb(79,115,42); }
td.TdClassName
{
border-color: #4F732A;
}
.TagClassName
{
border-color: #4F732A;
}
</style>