Shades of La Palma #519D34
Tints of La Palma #519D34
RGB
CMYK
RGB Variations
Color information
#519D34 (or 0x519D34) is known color: La Palma. HEX triplet: 51, 9D and 34. RGB value is (81,157,52). Sum of RGB (Red+Green+Blue) = 81+157+52=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #519D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D34 is #AE62CB. Grayscale: #7A7A7A. Windows color (decimal): -11428556 or 3448145. OLE color: 3448145.
HSL color Cylindrical-coordinate representation of color #519D34: hue angle of 103.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519D34 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 52 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.38 |
| HSL | 103.43º | 0.5% | 0.41% | - |
| HSV(B) | 103.43º | 0.67% | 0.62% | - |
| XYZ | 16.07 | 26.11 | 7.44 | - |
| YUV | 122.31 | 88.32 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 52 | 0.48 | 0 | 0.67 | 0.38 | 103.43 | 0.5 | 0.41 |
| Hex | 51 | 9D | 34 | 30 | 0 | 43 | 26 | 67 | 32 | 29 |
| Octal | 121 | 235 | 64 | 60 | 0 | 103 | 46 | 147 | 62 | 51 |
| Binary | 1010001 | 10011101 | 110100 | 110000 | 0 | 1000011 | 100110 | 1100111 | 110010 | 101001 |
Color Harmonies of #519D34
Complementary color
Monochromatic Colors of #519D34
Black with #519D34
Text Example
Text Example
White with #519D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D34; }
p { color: rgb(81,157,52); }
H1.HeaderClassName
{
color: #519D34;
}
.AnyTagClassName
{
color: #519D34;
}
</style>
background-color css
<style>
a { background-color: #519D34; }
a { background-color: rgb(81,157,52); }
div.DivClassName
{
background-color: #519D34;
}
.BgClassName
{
background-color: #519D34;
}
</style>
border-color css
<style>
span { border-color: #519D34; }
span { border-color: rgb(81,157,52); }
td.TdClassName
{
border-color: #519D34;
}
.TagClassName
{
border-color: #519D34;
}
</style>