Shades of La Palma #518833
Tints of La Palma #518833
RGB
CMYK
RGB Variations
Color information
#518833 (or 0x518833) is known color: La Palma. HEX triplet: 51, 88 and 33. RGB value is (81,136,51). Sum of RGB (Red+Green+Blue) = 81+136+51=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #518833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518833 is #AE77CC. Grayscale: #6E6E6E. Windows color (decimal): -11433933 or 3377233. OLE color: 3377233.
HSL color Cylindrical-coordinate representation of color #518833: hue angle of 98.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #518833 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 136 | 51 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.47 |
| HSL | 98.82º | 0.45% | 0.37% | - |
| HSV(B) | 98.82º | 0.63% | 0.53% | - |
| XYZ | 12.8 | 19.6 | 6.24 | - |
| YUV | 109.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 51 | 0.40 | 0 | 0.62 | 0.47 | 98.82 | 0.45 | 0.37 |
| Hex | 51 | 88 | 33 | 28 | 0 | 3E | 2F | 63 | 2D | 25 |
| Octal | 121 | 210 | 63 | 50 | 0 | 76 | 57 | 143 | 55 | 45 |
| Binary | 1010001 | 10001000 | 110011 | 101000 | 0 | 111110 | 101111 | 1100011 | 101101 | 100101 |
Color Harmonies of #518833
Complementary color
Monochromatic Colors of #518833
Black with #518833
Text Example
Text Example
White with #518833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518833; }
p { color: rgb(81,136,51); }
H1.HeaderClassName
{
color: #518833;
}
.AnyTagClassName
{
color: #518833;
}
</style>
background-color css
<style>
a { background-color: #518833; }
a { background-color: rgb(81,136,51); }
div.DivClassName
{
background-color: #518833;
}
.BgClassName
{
background-color: #518833;
}
</style>
border-color css
<style>
span { border-color: #518833; }
span { border-color: rgb(81,136,51); }
td.TdClassName
{
border-color: #518833;
}
.TagClassName
{
border-color: #518833;
}
</style>