Shades of La Palma #508D39
Tints of La Palma #508D39
RGB
CMYK
RGB Variations
Color information
#508D39 (or 0x508D39) is known color: La Palma. HEX triplet: 50, 8D and 39. RGB value is (80,141,57). Sum of RGB (Red+Green+Blue) = 80+141+57=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #508D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D39 is #AF72C6. Grayscale: #717171. Windows color (decimal): -11498183 or 3771728. OLE color: 3771728.
HSL color Cylindrical-coordinate representation of color #508D39: hue angle of 103.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508D39 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 141 | 57 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.45 |
| HSL | 103.57º | 0.42% | 0.39% | - |
| HSV(B) | 103.57º | 0.6% | 0.55% | - |
| XYZ | 13.57 | 21.05 | 7.22 | - |
| YUV | 113.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 57 | 0.43 | 0 | 0.60 | 0.45 | 103.57 | 0.42 | 0.39 |
| Hex | 50 | 8D | 39 | 2B | 0 | 3C | 2D | 68 | 2A | 27 |
| Octal | 120 | 215 | 71 | 53 | 0 | 74 | 55 | 150 | 52 | 47 |
| Binary | 1010000 | 10001101 | 111001 | 101011 | 0 | 111100 | 101101 | 1101000 | 101010 | 100111 |
Color Harmonies of #508D39
Complementary color
Monochromatic Colors of #508D39
Black with #508D39
Text Example
Text Example
White with #508D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508D39; }
p { color: rgb(80,141,57); }
H1.HeaderClassName
{
color: #508D39;
}
.AnyTagClassName
{
color: #508D39;
}
</style>
background-color css
<style>
a { background-color: #508D39; }
a { background-color: rgb(80,141,57); }
div.DivClassName
{
background-color: #508D39;
}
.BgClassName
{
background-color: #508D39;
}
</style>
border-color css
<style>
span { border-color: #508D39; }
span { border-color: rgb(80,141,57); }
td.TdClassName
{
border-color: #508D39;
}
.TagClassName
{
border-color: #508D39;
}
</style>