Shades of La Palma #519A33
Tints of La Palma #519A33
RGB
CMYK
RGB Variations
Color information
#519A33 (or 0x519A33) is known color: La Palma. HEX triplet: 51, 9A and 33. RGB value is (81,154,51). Sum of RGB (Red+Green+Blue) = 81+154+51=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 154 (60.55% from 255 or 53.85% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 154 - color contains mainly: green. Hex color #519A33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519A33 is #AE65CC. Grayscale: #787878. Windows color (decimal): -11429325 or 3381841. OLE color: 3381841.
HSL color Cylindrical-coordinate representation of color #519A33: hue angle of 102.52º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519A33 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 51 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.40 |
| HSL | 102.52º | 0.5% | 0.4% | - |
| HSV(B) | 102.52º | 0.67% | 0.6% | - |
| XYZ | 15.55 | 25.1 | 7.16 | - |
| YUV | 120.43 | 88.82 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 51 | 0.47 | 0 | 0.67 | 0.40 | 102.52 | 0.5 | 0.4 |
| Hex | 51 | 9A | 33 | 2F | 0 | 43 | 28 | 67 | 32 | 28 |
| Octal | 121 | 232 | 63 | 57 | 0 | 103 | 50 | 147 | 62 | 50 |
| Binary | 1010001 | 10011010 | 110011 | 101111 | 0 | 1000011 | 101000 | 1100111 | 110010 | 101000 |
Color Harmonies of #519A33
Complementary color
Monochromatic Colors of #519A33
Black with #519A33
Text Example
Text Example
White with #519A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A33; }
p { color: rgb(81,154,51); }
H1.HeaderClassName
{
color: #519A33;
}
.AnyTagClassName
{
color: #519A33;
}
</style>
background-color css
<style>
a { background-color: #519A33; }
a { background-color: rgb(81,154,51); }
div.DivClassName
{
background-color: #519A33;
}
.BgClassName
{
background-color: #519A33;
}
</style>
border-color css
<style>
span { border-color: #519A33; }
span { border-color: rgb(81,154,51); }
td.TdClassName
{
border-color: #519A33;
}
.TagClassName
{
border-color: #519A33;
}
</style>