Shades of La Palma #519F37
Tints of La Palma #519F37
RGB
CMYK
RGB Variations
Color information
#519F37 (or 0x519F37) is known color: La Palma. HEX triplet: 51, 9F and 37. RGB value is (81,159,55). Sum of RGB (Red+Green+Blue) = 81+159+55=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #519F37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519F37 is #AE60C8. Grayscale: #7C7C7C. Windows color (decimal): -11428041 or 3645265. OLE color: 3645265.
HSL color Cylindrical-coordinate representation of color #519F37: hue angle of 105º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #519F37 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 159 | 55 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.38 |
| HSL | 105º | 0.49% | 0.42% | - |
| HSV(B) | 105º | 0.65% | 0.62% | - |
| XYZ | 16.48 | 26.82 | 7.92 | - |
| YUV | 123.82 | 89.16 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 55 | 0.49 | 0 | 0.65 | 0.38 | 105 | 0.49 | 0.42 |
| Hex | 51 | 9F | 37 | 31 | 0 | 41 | 26 | 69 | 31 | 2A |
| Octal | 121 | 237 | 67 | 61 | 0 | 101 | 46 | 151 | 61 | 52 |
| Binary | 1010001 | 10011111 | 110111 | 110001 | 0 | 1000001 | 100110 | 1101001 | 110001 | 101010 |
Color Harmonies of #519F37
Complementary color
Monochromatic Colors of #519F37
Black with #519F37
Text Example
Text Example
White with #519F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519F37; }
p { color: rgb(81,159,55); }
H1.HeaderClassName
{
color: #519F37;
}
.AnyTagClassName
{
color: #519F37;
}
</style>
background-color css
<style>
a { background-color: #519F37; }
a { background-color: rgb(81,159,55); }
div.DivClassName
{
background-color: #519F37;
}
.BgClassName
{
background-color: #519F37;
}
</style>
border-color css
<style>
span { border-color: #519F37; }
span { border-color: rgb(81,159,55); }
td.TdClassName
{
border-color: #519F37;
}
.TagClassName
{
border-color: #519F37;
}
</style>