Shades of La Palma #518C38
Tints of La Palma #518C38
RGB
CMYK
RGB Variations
Color information
#518C38 (or 0x518C38) is known color: La Palma. HEX triplet: 51, 8C and 38. RGB value is (81,140,56). Sum of RGB (Red+Green+Blue) = 81+140+56=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #518C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518C38 is #AE73C7. Grayscale: #717171. Windows color (decimal): -11432904 or 3705937. OLE color: 3705937.
HSL color Cylindrical-coordinate representation of color #518C38: hue angle of 102.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518C38 is Cyan = 0.42, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 140 | 56 | - |
| CMYK | 0.42 | 0 | 0.6 | 0.45 |
| HSL | 102.14º | 0.43% | 0.38% | - |
| HSV(B) | 102.14º | 0.6% | 0.55% | - |
| XYZ | 13.49 | 20.79 | 7.04 | - |
| YUV | 112.78 | 95.95 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 56 | 0.42 | 0 | 0.6 | 0.45 | 102.14 | 0.43 | 0.38 |
| Hex | 51 | 8C | 38 | 2A | 0 | 3C | 2D | 66 | 2B | 26 |
| Octal | 121 | 214 | 70 | 52 | 0 | 74 | 55 | 146 | 53 | 46 |
| Binary | 1010001 | 10001100 | 111000 | 101010 | 0 | 111100 | 101101 | 1100110 | 101011 | 100110 |
Color Harmonies of #518C38
Complementary color
Monochromatic Colors of #518C38
Black with #518C38
Text Example
Text Example
White with #518C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518C38; }
p { color: rgb(81,140,56); }
H1.HeaderClassName
{
color: #518C38;
}
.AnyTagClassName
{
color: #518C38;
}
</style>
background-color css
<style>
a { background-color: #518C38; }
a { background-color: rgb(81,140,56); }
div.DivClassName
{
background-color: #518C38;
}
.BgClassName
{
background-color: #518C38;
}
</style>
border-color css
<style>
span { border-color: #518C38; }
span { border-color: rgb(81,140,56); }
td.TdClassName
{
border-color: #518C38;
}
.TagClassName
{
border-color: #518C38;
}
</style>