Shades of Green Leaf #516E35
Tints of Green Leaf #516E35
RGB
CMYK
RGB Variations
Color information
#516E35 (or 0x516E35) is known color: Green Leaf. HEX triplet: 51, 6E and 35. RGB value is (81,110,53). Sum of RGB (Red+Green+Blue) = 81+110+53=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #516E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516E35 is #AE91CA. Grayscale: #5F5F5F. Windows color (decimal): -11440587 or 3501649. OLE color: 3501649.
HSL color Cylindrical-coordinate representation of color #516E35: hue angle of 90.53º 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 #516E35 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 110 | 53 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.57 |
| HSL | 90.53º | 0.35% | 0.32% | - |
| HSV(B) | 90.53º | 0.52% | 0.43% | - |
| XYZ | 9.61 | 13.16 | 5.4 | - |
| YUV | 94.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 53 | 0.26 | 0 | 0.52 | 0.57 | 90.53 | 0.35 | 0.32 |
| Hex | 51 | 6E | 35 | 1A | 0 | 34 | 39 | 5B | 23 | 20 |
| Octal | 121 | 156 | 65 | 32 | 0 | 64 | 71 | 133 | 43 | 40 |
| Binary | 1010001 | 1101110 | 110101 | 11010 | 0 | 110100 | 111001 | 1011011 | 100011 | 100000 |
Color Harmonies of #516E35
Complementary color
Monochromatic Colors of #516E35
Black with #516E35
Text Example
Text Example
White with #516E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E35; }
p { color: rgb(81,110,53); }
H1.HeaderClassName
{
color: #516E35;
}
.AnyTagClassName
{
color: #516E35;
}
</style>
background-color css
<style>
a { background-color: #516E35; }
a { background-color: rgb(81,110,53); }
div.DivClassName
{
background-color: #516E35;
}
.BgClassName
{
background-color: #516E35;
}
</style>
border-color css
<style>
span { border-color: #516E35; }
span { border-color: rgb(81,110,53); }
td.TdClassName
{
border-color: #516E35;
}
.TagClassName
{
border-color: #516E35;
}
</style>