Shades of La Palma #519C37
Tints of La Palma #519C37
RGB
CMYK
RGB Variations
Color information
#519C37 (or 0x519C37) is known color: La Palma. HEX triplet: 51, 9C and 37. RGB value is (81,156,55). Sum of RGB (Red+Green+Blue) = 81+156+55=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #519C37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519C37 is #AE63C8. Grayscale: #7A7A7A. Windows color (decimal): -11428809 or 3644497. OLE color: 3644497.
HSL color Cylindrical-coordinate representation of color #519C37: hue angle of 104.55º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #519C37 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 156 | 55 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.39 |
| HSL | 104.55º | 0.48% | 0.41% | - |
| HSV(B) | 104.55º | 0.65% | 0.61% | - |
| XYZ | 15.97 | 25.8 | 7.75 | - |
| YUV | 122.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 55 | 0.48 | 0 | 0.65 | 0.39 | 104.55 | 0.48 | 0.41 |
| Hex | 51 | 9C | 37 | 30 | 0 | 41 | 27 | 69 | 30 | 29 |
| Octal | 121 | 234 | 67 | 60 | 0 | 101 | 47 | 151 | 60 | 51 |
| Binary | 1010001 | 10011100 | 110111 | 110000 | 0 | 1000001 | 100111 | 1101001 | 110000 | 101001 |
Color Harmonies of #519C37
Complementary color
Monochromatic Colors of #519C37
Black with #519C37
Text Example
Text Example
White with #519C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519C37; }
p { color: rgb(81,156,55); }
H1.HeaderClassName
{
color: #519C37;
}
.AnyTagClassName
{
color: #519C37;
}
</style>
background-color css
<style>
a { background-color: #519C37; }
a { background-color: rgb(81,156,55); }
div.DivClassName
{
background-color: #519C37;
}
.BgClassName
{
background-color: #519C37;
}
</style>
border-color css
<style>
span { border-color: #519C37; }
span { border-color: rgb(81,156,55); }
td.TdClassName
{
border-color: #519C37;
}
.TagClassName
{
border-color: #519C37;
}
</style>