Shades of Green Leaf #516C1F
Tints of Green Leaf #516C1F
RGB
CMYK
RGB Variations
Color information
#516C1F (or 0x516C1F) is known color: Green Leaf. HEX triplet: 51, 6C and 1F. RGB value is (81,108,31). Sum of RGB (Red+Green+Blue) = 81+108+31=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #516C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516C1F is #AE93E0. Grayscale: #5B5B5B. Windows color (decimal): -11441121 or 2059345. OLE color: 2059345.
HSL color Cylindrical-coordinate representation of color #516C1F: hue angle of 81.04º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #516C1F is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 108 | 31 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.58 |
| HSL | 81.04º | 0.55% | 0.27% | - |
| HSV(B) | 81.04º | 0.71% | 0.42% | - |
| XYZ | 9 | 12.57 | 3.25 | - |
| YUV | 91.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 31 | 0.25 | 0 | 0.71 | 0.58 | 81.04 | 0.55 | 0.27 |
| Hex | 51 | 6C | 1F | 19 | 0 | 47 | 3A | 51 | 37 | 1B |
| Octal | 121 | 154 | 37 | 31 | 0 | 107 | 72 | 121 | 67 | 33 |
| Binary | 1010001 | 1101100 | 11111 | 11001 | 0 | 1000111 | 111010 | 1010001 | 110111 | 11011 |
Color Harmonies of #516C1F
Complementary color
Monochromatic Colors of #516C1F
Black with #516C1F
Text Example
Text Example
White with #516C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C1F; }
p { color: rgb(81,108,31); }
H1.HeaderClassName
{
color: #516C1F;
}
.AnyTagClassName
{
color: #516C1F;
}
</style>
background-color css
<style>
a { background-color: #516C1F; }
a { background-color: rgb(81,108,31); }
div.DivClassName
{
background-color: #516C1F;
}
.BgClassName
{
background-color: #516C1F;
}
</style>
border-color css
<style>
span { border-color: #516C1F; }
span { border-color: rgb(81,108,31); }
td.TdClassName
{
border-color: #516C1F;
}
.TagClassName
{
border-color: #516C1F;
}
</style>