Shades of Green Leaf #516B28
Tints of Green Leaf #516B28
RGB
CMYK
RGB Variations
Color information
#516B28 (or 0x516B28) is known color: Green Leaf. HEX triplet: 51, 6B and 28. RGB value is (81,107,40). Sum of RGB (Red+Green+Blue) = 81+107+40=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #516B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516B28 is #AE94D7. Grayscale: #5B5B5B. Windows color (decimal): -11441368 or 2648913. OLE color: 2648913.
HSL color Cylindrical-coordinate representation of color #516B28: hue angle of 83.28º 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 #516B28 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 107 | 40 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.58 |
| HSL | 83.28º | 0.46% | 0.29% | - |
| HSV(B) | 83.28º | 0.63% | 0.42% | - |
| XYZ | 9.03 | 12.42 | 3.93 | - |
| YUV | 91.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 40 | 0.24 | 0 | 0.63 | 0.58 | 83.28 | 0.46 | 0.29 |
| Hex | 51 | 6B | 28 | 18 | 0 | 3F | 3A | 53 | 2E | 1D |
| Octal | 121 | 153 | 50 | 30 | 0 | 77 | 72 | 123 | 56 | 35 |
| Binary | 1010001 | 1101011 | 101000 | 11000 | 0 | 111111 | 111010 | 1010011 | 101110 | 11101 |
Color Harmonies of #516B28
Complementary color
Monochromatic Colors of #516B28
Black with #516B28
Text Example
Text Example
White with #516B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B28; }
p { color: rgb(81,107,40); }
H1.HeaderClassName
{
color: #516B28;
}
.AnyTagClassName
{
color: #516B28;
}
</style>
background-color css
<style>
a { background-color: #516B28; }
a { background-color: rgb(81,107,40); }
div.DivClassName
{
background-color: #516B28;
}
.BgClassName
{
background-color: #516B28;
}
</style>
border-color css
<style>
span { border-color: #516B28; }
span { border-color: rgb(81,107,40); }
td.TdClassName
{
border-color: #516B28;
}
.TagClassName
{
border-color: #516B28;
}
</style>