Shades of Green Leaf #516D32
Tints of Green Leaf #516D32
RGB
CMYK
RGB Variations
Color information
#516D32 (or 0x516D32) is known color: Green Leaf. HEX triplet: 51, 6D and 32. RGB value is (81,109,50). Sum of RGB (Red+Green+Blue) = 81+109+50=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #516D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D32 is #AE92CD. Grayscale: #5E5E5E. Windows color (decimal): -11440846 or 3304785. OLE color: 3304785.
HSL color Cylindrical-coordinate representation of color #516D32: hue angle of 88.47º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #516D32 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 50 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.57 |
| HSL | 88.47º | 0.37% | 0.31% | - |
| HSV(B) | 88.47º | 0.54% | 0.43% | - |
| XYZ | 9.44 | 12.92 | 5.01 | - |
| YUV | 93.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 50 | 0.26 | 0 | 0.54 | 0.57 | 88.47 | 0.37 | 0.31 |
| Hex | 51 | 6D | 32 | 1A | 0 | 36 | 39 | 58 | 25 | 1F |
| Octal | 121 | 155 | 62 | 32 | 0 | 66 | 71 | 130 | 45 | 37 |
| Binary | 1010001 | 1101101 | 110010 | 11010 | 0 | 110110 | 111001 | 1011000 | 100101 | 11111 |
Color Harmonies of #516D32
Complementary color
Monochromatic Colors of #516D32
Black with #516D32
Text Example
Text Example
White with #516D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D32; }
p { color: rgb(81,109,50); }
H1.HeaderClassName
{
color: #516D32;
}
.AnyTagClassName
{
color: #516D32;
}
</style>
background-color css
<style>
a { background-color: #516D32; }
a { background-color: rgb(81,109,50); }
div.DivClassName
{
background-color: #516D32;
}
.BgClassName
{
background-color: #516D32;
}
</style>
border-color css
<style>
span { border-color: #516D32; }
span { border-color: rgb(81,109,50); }
td.TdClassName
{
border-color: #516D32;
}
.TagClassName
{
border-color: #516D32;
}
</style>