Shades of La Palma #518E2C
Tints of La Palma #518E2C
RGB
CMYK
RGB Variations
Color information
#518E2C (or 0x518E2C) is known color: La Palma. HEX triplet: 51, 8E and 2C. RGB value is (81,142,44). Sum of RGB (Red+Green+Blue) = 81+142+44=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #518E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518E2C is #AE71D3. Grayscale: #707070. Windows color (decimal): -11432404 or 2920017. OLE color: 2920017.
HSL color Cylindrical-coordinate representation of color #518E2C: hue angle of 97.35º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #518E2C is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 44 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.44 |
| HSL | 97.35º | 0.53% | 0.36% | - |
| HSV(B) | 97.35º | 0.69% | 0.56% | - |
| XYZ | 13.52 | 21.28 | 5.78 | - |
| YUV | 112.59 | 89.29 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 44 | 0.43 | 0 | 0.69 | 0.44 | 97.35 | 0.53 | 0.36 |
| Hex | 51 | 8E | 2C | 2B | 0 | 45 | 2C | 61 | 35 | 24 |
| Octal | 121 | 216 | 54 | 53 | 0 | 105 | 54 | 141 | 65 | 44 |
| Binary | 1010001 | 10001110 | 101100 | 101011 | 0 | 1000101 | 101100 | 1100001 | 110101 | 100100 |
Color Harmonies of #518E2C
Complementary color
Monochromatic Colors of #518E2C
Black with #518E2C
Text Example
Text Example
White with #518E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E2C; }
p { color: rgb(81,142,44); }
H1.HeaderClassName
{
color: #518E2C;
}
.AnyTagClassName
{
color: #518E2C;
}
</style>
background-color css
<style>
a { background-color: #518E2C; }
a { background-color: rgb(81,142,44); }
div.DivClassName
{
background-color: #518E2C;
}
.BgClassName
{
background-color: #518E2C;
}
</style>
border-color css
<style>
span { border-color: #518E2C; }
span { border-color: rgb(81,142,44); }
td.TdClassName
{
border-color: #518E2C;
}
.TagClassName
{
border-color: #518E2C;
}
</style>