Shades of Green Leaf #516C28
Tints of Green Leaf #516C28
RGB
CMYK
RGB Variations
Color information
#516C28 (or 0x516C28) is known color: Green Leaf. HEX triplet: 51, 6C and 28. RGB value is (81,108,40). Sum of RGB (Red+Green+Blue) = 81+108+40=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #516C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516C28 is #AE93D7. Grayscale: #5C5C5C. Windows color (decimal): -11441112 or 2649169. OLE color: 2649169.
HSL color Cylindrical-coordinate representation of color #516C28: hue angle of 83.82º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516C28 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 108 | 40 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.58 |
| HSL | 83.82º | 0.46% | 0.29% | - |
| HSV(B) | 83.82º | 0.63% | 0.42% | - |
| XYZ | 9.14 | 12.63 | 3.96 | - |
| YUV | 92.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 40 | 0.25 | 0 | 0.63 | 0.58 | 83.82 | 0.46 | 0.29 |
| Hex | 51 | 6C | 28 | 19 | 0 | 3F | 3A | 54 | 2E | 1D |
| Octal | 121 | 154 | 50 | 31 | 0 | 77 | 72 | 124 | 56 | 35 |
| Binary | 1010001 | 1101100 | 101000 | 11001 | 0 | 111111 | 111010 | 1010100 | 101110 | 11101 |
Color Harmonies of #516C28
Complementary color
Monochromatic Colors of #516C28
Black with #516C28
Text Example
Text Example
White with #516C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C28; }
p { color: rgb(81,108,40); }
H1.HeaderClassName
{
color: #516C28;
}
.AnyTagClassName
{
color: #516C28;
}
</style>
background-color css
<style>
a { background-color: #516C28; }
a { background-color: rgb(81,108,40); }
div.DivClassName
{
background-color: #516C28;
}
.BgClassName
{
background-color: #516C28;
}
</style>
border-color css
<style>
span { border-color: #516C28; }
span { border-color: rgb(81,108,40); }
td.TdClassName
{
border-color: #516C28;
}
.TagClassName
{
border-color: #516C28;
}
</style>