Shades of La Palma #519D36
Tints of La Palma #519D36
RGB
CMYK
RGB Variations
Color information
#519D36 (or 0x519D36) is known color: La Palma. HEX triplet: 51, 9D and 36. RGB value is (81,157,54). Sum of RGB (Red+Green+Blue) = 81+157+54=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #519D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D36 is #AE62C9. Grayscale: #7A7A7A. Windows color (decimal): -11428554 or 3579217. OLE color: 3579217.
HSL color Cylindrical-coordinate representation of color #519D36: hue angle of 104.27º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #519D36 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 54 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.38 |
| HSL | 104.27º | 0.49% | 0.41% | - |
| HSV(B) | 104.27º | 0.66% | 0.62% | - |
| XYZ | 16.12 | 26.13 | 7.68 | - |
| YUV | 122.53 | 89.32 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 54 | 0.48 | 0 | 0.66 | 0.38 | 104.27 | 0.49 | 0.41 |
| Hex | 51 | 9D | 36 | 30 | 0 | 42 | 26 | 68 | 31 | 29 |
| Octal | 121 | 235 | 66 | 60 | 0 | 102 | 46 | 150 | 61 | 51 |
| Binary | 1010001 | 10011101 | 110110 | 110000 | 0 | 1000010 | 100110 | 1101000 | 110001 | 101001 |
Color Harmonies of #519D36
Complementary color
Monochromatic Colors of #519D36
Black with #519D36
Text Example
Text Example
White with #519D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D36; }
p { color: rgb(81,157,54); }
H1.HeaderClassName
{
color: #519D36;
}
.AnyTagClassName
{
color: #519D36;
}
</style>
background-color css
<style>
a { background-color: #519D36; }
a { background-color: rgb(81,157,54); }
div.DivClassName
{
background-color: #519D36;
}
.BgClassName
{
background-color: #519D36;
}
</style>
border-color css
<style>
span { border-color: #519D36; }
span { border-color: rgb(81,157,54); }
td.TdClassName
{
border-color: #519D36;
}
.TagClassName
{
border-color: #519D36;
}
</style>