Shades of Green Leaf #516D35
Tints of Green Leaf #516D35
RGB
CMYK
RGB Variations
Color information
#516D35 (or 0x516D35) is known color: Green Leaf. HEX triplet: 51, 6D and 35. RGB value is (81,109,53). Sum of RGB (Red+Green+Blue) = 81+109+53=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #516D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D35 is #AE92CA. Grayscale: #5E5E5E. Windows color (decimal): -11440843 or 3501393. OLE color: 3501393.
HSL color Cylindrical-coordinate representation of color #516D35: hue angle of 90º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #516D35 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 53 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.57 |
| HSL | 90º | 0.35% | 0.32% | - |
| HSV(B) | 90º | 0.51% | 0.43% | - |
| XYZ | 9.5 | 12.94 | 5.37 | - |
| YUV | 94.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 53 | 0.26 | 0 | 0.51 | 0.57 | 90 | 0.35 | 0.32 |
| Hex | 51 | 6D | 35 | 1A | 0 | 33 | 39 | 5A | 23 | 20 |
| Octal | 121 | 155 | 65 | 32 | 0 | 63 | 71 | 132 | 43 | 40 |
| Binary | 1010001 | 1101101 | 110101 | 11010 | 0 | 110011 | 111001 | 1011010 | 100011 | 100000 |
Color Harmonies of #516D35
Complementary color
Monochromatic Colors of #516D35
Black with #516D35
Text Example
Text Example
White with #516D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D35; }
p { color: rgb(81,109,53); }
H1.HeaderClassName
{
color: #516D35;
}
.AnyTagClassName
{
color: #516D35;
}
</style>
background-color css
<style>
a { background-color: #516D35; }
a { background-color: rgb(81,109,53); }
div.DivClassName
{
background-color: #516D35;
}
.BgClassName
{
background-color: #516D35;
}
</style>
border-color css
<style>
span { border-color: #516D35; }
span { border-color: rgb(81,109,53); }
td.TdClassName
{
border-color: #516D35;
}
.TagClassName
{
border-color: #516D35;
}
</style>