Shades of La Palma #508D34
Tints of La Palma #508D34
RGB
CMYK
RGB Variations
Color information
#508D34 (or 0x508D34) is known color: La Palma. HEX triplet: 50, 8D and 34. RGB value is (80,141,52). Sum of RGB (Red+Green+Blue) = 80+141+52=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #508D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D34 is #AF72CB. Grayscale: #707070. Windows color (decimal): -11498188 or 3444048. OLE color: 3444048.
HSL color Cylindrical-coordinate representation of color #508D34: hue angle of 101.12º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508D34 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 141 | 52 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.45 |
| HSL | 101.12º | 0.46% | 0.38% | - |
| HSV(B) | 101.12º | 0.63% | 0.55% | - |
| XYZ | 13.45 | 21 | 6.59 | - |
| YUV | 112.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 52 | 0.43 | 0 | 0.63 | 0.45 | 101.12 | 0.46 | 0.38 |
| Hex | 50 | 8D | 34 | 2B | 0 | 3F | 2D | 65 | 2E | 26 |
| Octal | 120 | 215 | 64 | 53 | 0 | 77 | 55 | 145 | 56 | 46 |
| Binary | 1010000 | 10001101 | 110100 | 101011 | 0 | 111111 | 101101 | 1100101 | 101110 | 100110 |
Color Harmonies of #508D34
Complementary color
Monochromatic Colors of #508D34
Black with #508D34
Text Example
Text Example
White with #508D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508D34; }
p { color: rgb(80,141,52); }
H1.HeaderClassName
{
color: #508D34;
}
.AnyTagClassName
{
color: #508D34;
}
</style>
background-color css
<style>
a { background-color: #508D34; }
a { background-color: rgb(80,141,52); }
div.DivClassName
{
background-color: #508D34;
}
.BgClassName
{
background-color: #508D34;
}
</style>
border-color css
<style>
span { border-color: #508D34; }
span { border-color: rgb(80,141,52); }
td.TdClassName
{
border-color: #508D34;
}
.TagClassName
{
border-color: #508D34;
}
</style>