Shades of La Palma #508E34
Tints of La Palma #508E34
RGB
CMYK
RGB Variations
Color information
#508E34 (or 0x508E34) is known color: La Palma. HEX triplet: 50, 8E and 34. RGB value is (80,142,52). Sum of RGB (Red+Green+Blue) = 80+142+52=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #508E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E34 is #AF71CB. Grayscale: #717171. Windows color (decimal): -11497932 or 3444304. OLE color: 3444304.
HSL color Cylindrical-coordinate representation of color #508E34: hue angle of 101.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #508E34 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 52 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.44 |
| HSL | 101.33º | 0.46% | 0.38% | - |
| HSV(B) | 101.33º | 0.63% | 0.56% | - |
| XYZ | 13.6 | 21.3 | 6.64 | - |
| YUV | 113.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 52 | 0.44 | 0 | 0.63 | 0.44 | 101.33 | 0.46 | 0.38 |
| Hex | 50 | 8E | 34 | 2C | 0 | 3F | 2C | 65 | 2E | 26 |
| Octal | 120 | 216 | 64 | 54 | 0 | 77 | 54 | 145 | 56 | 46 |
| Binary | 1010000 | 10001110 | 110100 | 101100 | 0 | 111111 | 101100 | 1100101 | 101110 | 100110 |
Color Harmonies of #508E34
Complementary color
Monochromatic Colors of #508E34
Black with #508E34
Text Example
Text Example
White with #508E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E34; }
p { color: rgb(80,142,52); }
H1.HeaderClassName
{
color: #508E34;
}
.AnyTagClassName
{
color: #508E34;
}
</style>
background-color css
<style>
a { background-color: #508E34; }
a { background-color: rgb(80,142,52); }
div.DivClassName
{
background-color: #508E34;
}
.BgClassName
{
background-color: #508E34;
}
</style>
border-color css
<style>
span { border-color: #508E34; }
span { border-color: rgb(80,142,52); }
td.TdClassName
{
border-color: #508E34;
}
.TagClassName
{
border-color: #508E34;
}
</style>