Shades of La Palma #508F34
Tints of La Palma #508F34
RGB
CMYK
RGB Variations
Color information
#508F34 (or 0x508F34) is known color: La Palma. HEX triplet: 50, 8F and 34. RGB value is (80,143,52). Sum of RGB (Red+Green+Blue) = 80+143+52=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #508F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508F34 is #AF70CB. Grayscale: #727272. Windows color (decimal): -11497676 or 3444560. OLE color: 3444560.
HSL color Cylindrical-coordinate representation of color #508F34: hue angle of 101.54º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508F34 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 143 | 52 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.44 |
| HSL | 101.54º | 0.47% | 0.38% | - |
| HSV(B) | 101.54º | 0.64% | 0.56% | - |
| XYZ | 13.75 | 21.6 | 6.69 | - |
| YUV | 113.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 52 | 0.44 | 0 | 0.64 | 0.44 | 101.54 | 0.47 | 0.38 |
| Hex | 50 | 8F | 34 | 2C | 0 | 40 | 2C | 66 | 2F | 26 |
| Octal | 120 | 217 | 64 | 54 | 0 | 100 | 54 | 146 | 57 | 46 |
| Binary | 1010000 | 10001111 | 110100 | 101100 | 0 | 1000000 | 101100 | 1100110 | 101111 | 100110 |
Color Harmonies of #508F34
Complementary color
Monochromatic Colors of #508F34
Black with #508F34
Text Example
Text Example
White with #508F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F34; }
p { color: rgb(80,143,52); }
H1.HeaderClassName
{
color: #508F34;
}
.AnyTagClassName
{
color: #508F34;
}
</style>
background-color css
<style>
a { background-color: #508F34; }
a { background-color: rgb(80,143,52); }
div.DivClassName
{
background-color: #508F34;
}
.BgClassName
{
background-color: #508F34;
}
</style>
border-color css
<style>
span { border-color: #508F34; }
span { border-color: rgb(80,143,52); }
td.TdClassName
{
border-color: #508F34;
}
.TagClassName
{
border-color: #508F34;
}
</style>