Shades of Green Leaf #516D20
Tints of Green Leaf #516D20
RGB
CMYK
RGB Variations
Color information
#516D20 (or 0x516D20) is known color: Green Leaf. HEX triplet: 51, 6D and 20. RGB value is (81,109,32). Sum of RGB (Red+Green+Blue) = 81+109+32=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #516D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D20 is #AE92DF. Grayscale: #5C5C5C. Windows color (decimal): -11440864 or 2125137. OLE color: 2125137.
HSL color Cylindrical-coordinate representation of color #516D20: hue angle of 81.82º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #516D20 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 32 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.57 |
| HSL | 81.82º | 0.55% | 0.28% | - |
| HSV(B) | 81.82º | 0.71% | 0.43% | - |
| XYZ | 9.12 | 12.79 | 3.35 | - |
| YUV | 91.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 32 | 0.26 | 0 | 0.71 | 0.57 | 81.82 | 0.55 | 0.28 |
| Hex | 51 | 6D | 20 | 1A | 0 | 47 | 39 | 52 | 37 | 1C |
| Octal | 121 | 155 | 40 | 32 | 0 | 107 | 71 | 122 | 67 | 34 |
| Binary | 1010001 | 1101101 | 100000 | 11010 | 0 | 1000111 | 111001 | 1010010 | 110111 | 11100 |
Color Harmonies of #516D20
Complementary color
Monochromatic Colors of #516D20
Black with #516D20
Text Example
Text Example
White with #516D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D20; }
p { color: rgb(81,109,32); }
H1.HeaderClassName
{
color: #516D20;
}
.AnyTagClassName
{
color: #516D20;
}
</style>
background-color css
<style>
a { background-color: #516D20; }
a { background-color: rgb(81,109,32); }
div.DivClassName
{
background-color: #516D20;
}
.BgClassName
{
background-color: #516D20;
}
</style>
border-color css
<style>
span { border-color: #516D20; }
span { border-color: rgb(81,109,32); }
td.TdClassName
{
border-color: #516D20;
}
.TagClassName
{
border-color: #516D20;
}
</style>