Shades of La Palma #518F2C
Tints of La Palma #518F2C
RGB
CMYK
RGB Variations
Color information
#518F2C (or 0x518F2C) is known color: La Palma. HEX triplet: 51, 8F and 2C. RGB value is (81,143,44). Sum of RGB (Red+Green+Blue) = 81+143+44=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #518F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518F2C is #AE70D3. Grayscale: #717171. Windows color (decimal): -11432148 or 2920273. OLE color: 2920273.
HSL color Cylindrical-coordinate representation of color #518F2C: hue angle of 97.58º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #518F2C is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 143 | 44 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.44 |
| HSL | 97.58º | 0.53% | 0.37% | - |
| HSV(B) | 97.58º | 0.69% | 0.56% | - |
| XYZ | 13.67 | 21.58 | 5.83 | - |
| YUV | 113.18 | 88.96 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 44 | 0.43 | 0 | 0.69 | 0.44 | 97.58 | 0.53 | 0.37 |
| Hex | 51 | 8F | 2C | 2B | 0 | 45 | 2C | 62 | 35 | 25 |
| Octal | 121 | 217 | 54 | 53 | 0 | 105 | 54 | 142 | 65 | 45 |
| Binary | 1010001 | 10001111 | 101100 | 101011 | 0 | 1000101 | 101100 | 1100010 | 110101 | 100101 |
Color Harmonies of #518F2C
Complementary color
Monochromatic Colors of #518F2C
Black with #518F2C
Text Example
Text Example
White with #518F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F2C; }
p { color: rgb(81,143,44); }
H1.HeaderClassName
{
color: #518F2C;
}
.AnyTagClassName
{
color: #518F2C;
}
</style>
background-color css
<style>
a { background-color: #518F2C; }
a { background-color: rgb(81,143,44); }
div.DivClassName
{
background-color: #518F2C;
}
.BgClassName
{
background-color: #518F2C;
}
</style>
border-color css
<style>
span { border-color: #518F2C; }
span { border-color: rgb(81,143,44); }
td.TdClassName
{
border-color: #518F2C;
}
.TagClassName
{
border-color: #518F2C;
}
</style>