Shades of La Palma #518E2D
Tints of La Palma #518E2D
RGB
CMYK
RGB Variations
Color information
#518E2D (or 0x518E2D) is known color: La Palma. HEX triplet: 51, 8E and 2D. RGB value is (81,142,45). Sum of RGB (Red+Green+Blue) = 81+142+45=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #518E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518E2D is #AE71D2. Grayscale: #717171. Windows color (decimal): -11432403 or 2985553. OLE color: 2985553.
HSL color Cylindrical-coordinate representation of color #518E2D: hue angle of 97.73º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #518E2D is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 45 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.44 |
| HSL | 97.73º | 0.52% | 0.37% | - |
| HSV(B) | 97.73º | 0.68% | 0.56% | - |
| XYZ | 13.54 | 21.28 | 5.88 | - |
| YUV | 112.7 | 89.79 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 45 | 0.43 | 0 | 0.68 | 0.44 | 97.73 | 0.52 | 0.37 |
| Hex | 51 | 8E | 2D | 2B | 0 | 44 | 2C | 62 | 34 | 25 |
| Octal | 121 | 216 | 55 | 53 | 0 | 104 | 54 | 142 | 64 | 45 |
| Binary | 1010001 | 10001110 | 101101 | 101011 | 0 | 1000100 | 101100 | 1100010 | 110100 | 100101 |
Color Harmonies of #518E2D
Complementary color
Monochromatic Colors of #518E2D
Black with #518E2D
Text Example
Text Example
White with #518E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E2D; }
p { color: rgb(81,142,45); }
H1.HeaderClassName
{
color: #518E2D;
}
.AnyTagClassName
{
color: #518E2D;
}
</style>
background-color css
<style>
a { background-color: #518E2D; }
a { background-color: rgb(81,142,45); }
div.DivClassName
{
background-color: #518E2D;
}
.BgClassName
{
background-color: #518E2D;
}
</style>
border-color css
<style>
span { border-color: #518E2D; }
span { border-color: rgb(81,142,45); }
td.TdClassName
{
border-color: #518E2D;
}
.TagClassName
{
border-color: #518E2D;
}
</style>