Shades of La Palma #519B33
Tints of La Palma #519B33
RGB
CMYK
RGB Variations
Color information
#519B33 (or 0x519B33) is known color: La Palma. HEX triplet: 51, 9B and 33. RGB value is (81,155,51). Sum of RGB (Red+Green+Blue) = 81+155+51=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #519B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519B33 is #AE64CC. Grayscale: #797979. Windows color (decimal): -11429069 or 3382097. OLE color: 3382097.
HSL color Cylindrical-coordinate representation of color #519B33: hue angle of 102.69º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #519B33 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 155 | 51 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.39 |
| HSL | 102.69º | 0.5% | 0.4% | - |
| HSV(B) | 102.69º | 0.67% | 0.61% | - |
| XYZ | 15.71 | 25.43 | 7.21 | - |
| YUV | 121.02 | 88.48 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 51 | 0.48 | 0 | 0.67 | 0.39 | 102.69 | 0.5 | 0.4 |
| Hex | 51 | 9B | 33 | 30 | 0 | 43 | 27 | 67 | 32 | 28 |
| Octal | 121 | 233 | 63 | 60 | 0 | 103 | 47 | 147 | 62 | 50 |
| Binary | 1010001 | 10011011 | 110011 | 110000 | 0 | 1000011 | 100111 | 1100111 | 110010 | 101000 |
Color Harmonies of #519B33
Complementary color
Monochromatic Colors of #519B33
Black with #519B33
Text Example
Text Example
White with #519B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B33; }
p { color: rgb(81,155,51); }
H1.HeaderClassName
{
color: #519B33;
}
.AnyTagClassName
{
color: #519B33;
}
</style>
background-color css
<style>
a { background-color: #519B33; }
a { background-color: rgb(81,155,51); }
div.DivClassName
{
background-color: #519B33;
}
.BgClassName
{
background-color: #519B33;
}
</style>
border-color css
<style>
span { border-color: #519B33; }
span { border-color: rgb(81,155,51); }
td.TdClassName
{
border-color: #519B33;
}
.TagClassName
{
border-color: #519B33;
}
</style>