Shades of La Palma #348E16
Tints of La Palma #348E16
RGB
CMYK
RGB Variations
Color information
#348E16 (or 0x348E16) is known color: La Palma. HEX triplet: 34, 8E and 16. RGB value is (52,142,22). Sum of RGB (Red+Green+Blue) = 52+142+22=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #348E16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348E16 is #CB71E9. Grayscale: #656565. Windows color (decimal): -13332970 or 1478196. OLE color: 1478196.
HSL color Cylindrical-coordinate representation of color #348E16: hue angle of 105º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #348E16 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 22 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.44 |
| HSL | 105º | 0.73% | 0.32% | - |
| HSV(B) | 105º | 0.85% | 0.56% | - |
| XYZ | 11.23 | 20.13 | 4.05 | - |
| YUV | 101.41 | 83.18 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 22 | 0.63 | 0 | 0.85 | 0.44 | 105 | 0.73 | 0.32 |
| Hex | 34 | 8E | 16 | 3F | 0 | 55 | 2C | 69 | 49 | 20 |
| Octal | 64 | 216 | 26 | 77 | 0 | 125 | 54 | 151 | 111 | 40 |
| Binary | 110100 | 10001110 | 10110 | 111111 | 0 | 1010101 | 101100 | 1101001 | 1001001 | 100000 |
Color Harmonies of #348E16
Complementary color
Monochromatic Colors of #348E16
Black with #348E16
Text Example
Text Example
White with #348E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E16; }
p { color: rgb(52,142,22); }
H1.HeaderClassName
{
color: #348E16;
}
.AnyTagClassName
{
color: #348E16;
}
</style>
background-color css
<style>
a { background-color: #348E16; }
a { background-color: rgb(52,142,22); }
div.DivClassName
{
background-color: #348E16;
}
.BgClassName
{
background-color: #348E16;
}
</style>
border-color css
<style>
span { border-color: #348E16; }
span { border-color: rgb(52,142,22); }
td.TdClassName
{
border-color: #348E16;
}
.TagClassName
{
border-color: #348E16;
}
</style>