Shades of La Palma #508C31
Tints of La Palma #508C31
RGB
CMYK
RGB Variations
Color information
#508C31 (or 0x508C31) is known color: La Palma. HEX triplet: 50, 8C and 31. RGB value is (80,140,49). Sum of RGB (Red+Green+Blue) = 80+140+49=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 140 (55.08% from 255 or 52.04% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 140 - color contains mainly: green. Hex color #508C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508C31 is #AF73CE. Grayscale: #6F6F6F. Windows color (decimal): -11498447 or 3247184. OLE color: 3247184.
HSL color Cylindrical-coordinate representation of color #508C31: hue angle of 99.56º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #508C31 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 140 | 49 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.45 |
| HSL | 99.56º | 0.48% | 0.37% | - |
| HSV(B) | 99.56º | 0.65% | 0.55% | - |
| XYZ | 13.24 | 20.68 | 6.2 | - |
| YUV | 111.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 49 | 0.43 | 0 | 0.65 | 0.45 | 99.56 | 0.48 | 0.37 |
| Hex | 50 | 8C | 31 | 2B | 0 | 41 | 2D | 64 | 30 | 25 |
| Octal | 120 | 214 | 61 | 53 | 0 | 101 | 55 | 144 | 60 | 45 |
| Binary | 1010000 | 10001100 | 110001 | 101011 | 0 | 1000001 | 101101 | 1100100 | 110000 | 100101 |
Color Harmonies of #508C31
Complementary color
Monochromatic Colors of #508C31
Black with #508C31
Text Example
Text Example
White with #508C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C31; }
p { color: rgb(80,140,49); }
H1.HeaderClassName
{
color: #508C31;
}
.AnyTagClassName
{
color: #508C31;
}
</style>
background-color css
<style>
a { background-color: #508C31; }
a { background-color: rgb(80,140,49); }
div.DivClassName
{
background-color: #508C31;
}
.BgClassName
{
background-color: #508C31;
}
</style>
border-color css
<style>
span { border-color: #508C31; }
span { border-color: rgb(80,140,49); }
td.TdClassName
{
border-color: #508C31;
}
.TagClassName
{
border-color: #508C31;
}
</style>