Shades of La Palma #519D3C
Tints of La Palma #519D3C
RGB
CMYK
RGB Variations
Color information
#519D3C (or 0x519D3C) is known color: La Palma. HEX triplet: 51, 9D and 3C. RGB value is (81,157,60). Sum of RGB (Red+Green+Blue) = 81+157+60=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #519D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519D3C is #AE62C3. Grayscale: #7B7B7B. Windows color (decimal): -11428548 or 3972433. OLE color: 3972433.
HSL color Cylindrical-coordinate representation of color #519D3C: hue angle of 107.01º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #519D3C is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 60 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.38 |
| HSL | 107.01º | 0.45% | 0.43% | - |
| HSV(B) | 107.01º | 0.62% | 0.62% | - |
| XYZ | 16.27 | 26.19 | 8.47 | - |
| YUV | 123.22 | 92.32 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 60 | 0.48 | 0 | 0.62 | 0.38 | 107.01 | 0.45 | 0.43 |
| Hex | 51 | 9D | 3C | 30 | 0 | 3E | 26 | 6B | 2D | 2B |
| Octal | 121 | 235 | 74 | 60 | 0 | 76 | 46 | 153 | 55 | 53 |
| Binary | 1010001 | 10011101 | 111100 | 110000 | 0 | 111110 | 100110 | 1101011 | 101101 | 101011 |
Color Harmonies of #519D3C
Complementary color
Monochromatic Colors of #519D3C
Black with #519D3C
Text Example
Text Example
White with #519D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D3C; }
p { color: rgb(81,157,60); }
H1.HeaderClassName
{
color: #519D3C;
}
.AnyTagClassName
{
color: #519D3C;
}
</style>
background-color css
<style>
a { background-color: #519D3C; }
a { background-color: rgb(81,157,60); }
div.DivClassName
{
background-color: #519D3C;
}
.BgClassName
{
background-color: #519D3C;
}
</style>
border-color css
<style>
span { border-color: #519D3C; }
span { border-color: rgb(81,157,60); }
td.TdClassName
{
border-color: #519D3C;
}
.TagClassName
{
border-color: #519D3C;
}
</style>