Shades of Green Leaf #4F732C
Tints of Green Leaf #4F732C
RGB
CMYK
RGB Variations
Color information
#4F732C (or 0x4F732C) is known color: Green Leaf. HEX triplet: 4F, 73 and 2C. RGB value is (79,115,44). Sum of RGB (Red+Green+Blue) = 79+115+44=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #4F732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F732C is #B08CD3. Grayscale: #606060. Windows color (decimal): -11570388 or 2913103. OLE color: 2913103.
HSL color Cylindrical-coordinate representation of color #4F732C: hue angle of 90.42º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F732C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 44 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.55 |
| HSL | 90.42º | 0.45% | 0.31% | - |
| HSV(B) | 90.42º | 0.62% | 0.45% | - |
| XYZ | 9.81 | 14.11 | 4.59 | - |
| YUV | 96.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 44 | 0.31 | 0 | 0.62 | 0.55 | 90.42 | 0.45 | 0.31 |
| Hex | 4F | 73 | 2C | 1F | 0 | 3E | 37 | 5A | 2D | 1F |
| Octal | 117 | 163 | 54 | 37 | 0 | 76 | 67 | 132 | 55 | 37 |
| Binary | 1001111 | 1110011 | 101100 | 11111 | 0 | 111110 | 110111 | 1011010 | 101101 | 11111 |
Color Harmonies of #4F732C
Complementary color
Monochromatic Colors of #4F732C
Black with #4F732C
Text Example
Text Example
White with #4F732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F732C; }
p { color: rgb(79,115,44); }
H1.HeaderClassName
{
color: #4F732C;
}
.AnyTagClassName
{
color: #4F732C;
}
</style>
background-color css
<style>
a { background-color: #4F732C; }
a { background-color: rgb(79,115,44); }
div.DivClassName
{
background-color: #4F732C;
}
.BgClassName
{
background-color: #4F732C;
}
</style>
border-color css
<style>
span { border-color: #4F732C; }
span { border-color: rgb(79,115,44); }
td.TdClassName
{
border-color: #4F732C;
}
.TagClassName
{
border-color: #4F732C;
}
</style>