Shades of La Palma #507F31
Tints of La Palma #507F31
RGB
CMYK
RGB Variations
Color information
#507F31 (or 0x507F31) is known color: La Palma. HEX triplet: 50, 7F and 31. RGB value is (80,127,49). Sum of RGB (Red+Green+Blue) = 80+127+49=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #507F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507F31 is #AF80CE. Grayscale: #686868. Windows color (decimal): -11501775 or 3243856. OLE color: 3243856.
HSL color Cylindrical-coordinate representation of color #507F31: hue angle of 96.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #507F31 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 49 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.50 |
| HSL | 96.15º | 0.44% | 0.35% | - |
| HSV(B) | 96.15º | 0.61% | 0.5% | - |
| XYZ | 11.45 | 17.11 | 5.6 | - |
| YUV | 104.06 | 96.93 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 49 | 0.37 | 0 | 0.61 | 0.50 | 96.15 | 0.44 | 0.35 |
| Hex | 50 | 7F | 31 | 25 | 0 | 3D | 32 | 60 | 2C | 23 |
| Octal | 120 | 177 | 61 | 45 | 0 | 75 | 62 | 140 | 54 | 43 |
| Binary | 1010000 | 1111111 | 110001 | 100101 | 0 | 111101 | 110010 | 1100000 | 101100 | 100011 |
Color Harmonies of #507F31
Complementary color
Monochromatic Colors of #507F31
Black with #507F31
Text Example
Text Example
White with #507F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F31; }
p { color: rgb(80,127,49); }
H1.HeaderClassName
{
color: #507F31;
}
.AnyTagClassName
{
color: #507F31;
}
</style>
background-color css
<style>
a { background-color: #507F31; }
a { background-color: rgb(80,127,49); }
div.DivClassName
{
background-color: #507F31;
}
.BgClassName
{
background-color: #507F31;
}
</style>
border-color css
<style>
span { border-color: #507F31; }
span { border-color: rgb(80,127,49); }
td.TdClassName
{
border-color: #507F31;
}
.TagClassName
{
border-color: #507F31;
}
</style>