Shades of Green Leaf #516E1E
Tints of Green Leaf #516E1E
RGB
CMYK
RGB Variations
Color information
#516E1E (or 0x516E1E) is known color: Green Leaf. HEX triplet: 51, 6E and 1E. RGB value is (81,110,30). Sum of RGB (Red+Green+Blue) = 81+110+30=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #516E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516E1E is #AE91E1. Grayscale: #5C5C5C. Windows color (decimal): -11440610 or 1994321. OLE color: 1994321.
HSL color Cylindrical-coordinate representation of color #516E1E: hue angle of 81.75º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #516E1E is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 110 | 30 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.57 |
| HSL | 81.75º | 0.57% | 0.27% | - |
| HSV(B) | 81.75º | 0.73% | 0.43% | - |
| XYZ | 9.2 | 12.99 | 3.25 | - |
| YUV | 92.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 30 | 0.26 | 0 | 0.73 | 0.57 | 81.75 | 0.57 | 0.27 |
| Hex | 51 | 6E | 1E | 1A | 0 | 49 | 39 | 52 | 39 | 1B |
| Octal | 121 | 156 | 36 | 32 | 0 | 111 | 71 | 122 | 71 | 33 |
| Binary | 1010001 | 1101110 | 11110 | 11010 | 0 | 1001001 | 111001 | 1010010 | 111001 | 11011 |
Color Harmonies of #516E1E
Complementary color
Monochromatic Colors of #516E1E
Black with #516E1E
Text Example
Text Example
White with #516E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E1E; }
p { color: rgb(81,110,30); }
H1.HeaderClassName
{
color: #516E1E;
}
.AnyTagClassName
{
color: #516E1E;
}
</style>
background-color css
<style>
a { background-color: #516E1E; }
a { background-color: rgb(81,110,30); }
div.DivClassName
{
background-color: #516E1E;
}
.BgClassName
{
background-color: #516E1E;
}
</style>
border-color css
<style>
span { border-color: #516E1E; }
span { border-color: rgb(81,110,30); }
td.TdClassName
{
border-color: #516E1E;
}
.TagClassName
{
border-color: #516E1E;
}
</style>