Shades of La Palma #519B36
Tints of La Palma #519B36
RGB
CMYK
RGB Variations
Color information
#519B36 (or 0x519B36) is known color: La Palma. HEX triplet: 51, 9B and 36. RGB value is (81,155,54). Sum of RGB (Red+Green+Blue) = 81+155+54=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #519B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B36 is #AE64C9. Grayscale: #797979. Windows color (decimal): -11429066 or 3578705. OLE color: 3578705.
HSL color Cylindrical-coordinate representation of color #519B36: hue angle of 103.96º 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 #519B36 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 155 | 54 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.39 |
| HSL | 103.96º | 0.48% | 0.41% | - |
| HSV(B) | 103.96º | 0.65% | 0.61% | - |
| XYZ | 15.78 | 25.46 | 7.57 | - |
| YUV | 121.36 | 89.98 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 54 | 0.48 | 0 | 0.65 | 0.39 | 103.96 | 0.48 | 0.41 |
| Hex | 51 | 9B | 36 | 30 | 0 | 41 | 27 | 68 | 30 | 29 |
| Octal | 121 | 233 | 66 | 60 | 0 | 101 | 47 | 150 | 60 | 51 |
| Binary | 1010001 | 10011011 | 110110 | 110000 | 0 | 1000001 | 100111 | 1101000 | 110000 | 101001 |
Color Harmonies of #519B36
Complementary color
Monochromatic Colors of #519B36
Black with #519B36
Text Example
Text Example
White with #519B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B36; }
p { color: rgb(81,155,54); }
H1.HeaderClassName
{
color: #519B36;
}
.AnyTagClassName
{
color: #519B36;
}
</style>
background-color css
<style>
a { background-color: #519B36; }
a { background-color: rgb(81,155,54); }
div.DivClassName
{
background-color: #519B36;
}
.BgClassName
{
background-color: #519B36;
}
</style>
border-color css
<style>
span { border-color: #519B36; }
span { border-color: rgb(81,155,54); }
td.TdClassName
{
border-color: #519B36;
}
.TagClassName
{
border-color: #519B36;
}
</style>