Shades of Green Leaf #516D34
Tints of Green Leaf #516D34
RGB
CMYK
RGB Variations
Color information
#516D34 (or 0x516D34) is known color: Green Leaf. HEX triplet: 51, 6D and 34. RGB value is (81,109,52). Sum of RGB (Red+Green+Blue) = 81+109+52=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #516D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D34 is #AE92CB. Grayscale: #5E5E5E. Windows color (decimal): -11440844 or 3435857. OLE color: 3435857.
HSL color Cylindrical-coordinate representation of color #516D34: hue angle of 89.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #516D34 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 52 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.57 |
| HSL | 89.47º | 0.35% | 0.32% | - |
| HSV(B) | 89.47º | 0.52% | 0.43% | - |
| XYZ | 9.48 | 12.93 | 5.25 | - |
| YUV | 94.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 52 | 0.26 | 0 | 0.52 | 0.57 | 89.47 | 0.35 | 0.32 |
| Hex | 51 | 6D | 34 | 1A | 0 | 34 | 39 | 59 | 23 | 20 |
| Octal | 121 | 155 | 64 | 32 | 0 | 64 | 71 | 131 | 43 | 40 |
| Binary | 1010001 | 1101101 | 110100 | 11010 | 0 | 110100 | 111001 | 1011001 | 100011 | 100000 |
Color Harmonies of #516D34
Complementary color
Monochromatic Colors of #516D34
Black with #516D34
Text Example
Text Example
White with #516D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D34; }
p { color: rgb(81,109,52); }
H1.HeaderClassName
{
color: #516D34;
}
.AnyTagClassName
{
color: #516D34;
}
</style>
background-color css
<style>
a { background-color: #516D34; }
a { background-color: rgb(81,109,52); }
div.DivClassName
{
background-color: #516D34;
}
.BgClassName
{
background-color: #516D34;
}
</style>
border-color css
<style>
span { border-color: #516D34; }
span { border-color: rgb(81,109,52); }
td.TdClassName
{
border-color: #516D34;
}
.TagClassName
{
border-color: #516D34;
}
</style>