Shades of La Palma #348F18
Tints of La Palma #348F18
RGB
CMYK
RGB Variations
Color information
#348F18 (or 0x348F18) is known color: La Palma. HEX triplet: 34, 8F and 18. RGB value is (52,143,24). Sum of RGB (Red+Green+Blue) = 52+143+24=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 143 (56.25% from 255 or 65.30% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 143 - color contains mainly: green. Hex color #348F18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348F18 is #CB70E7. Grayscale: #666666. Windows color (decimal): -13332712 or 1609524. OLE color: 1609524.
HSL color Cylindrical-coordinate representation of color #348F18: hue angle of 105.88º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #348F18 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 24 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.44 |
| HSL | 105.88º | 0.71% | 0.33% | - |
| HSV(B) | 105.88º | 0.83% | 0.56% | - |
| XYZ | 11.4 | 20.44 | 4.21 | - |
| YUV | 102.23 | 83.85 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 24 | 0.64 | 0 | 0.83 | 0.44 | 105.88 | 0.71 | 0.33 |
| Hex | 34 | 8F | 18 | 40 | 0 | 53 | 2C | 6A | 47 | 21 |
| Octal | 64 | 217 | 30 | 100 | 0 | 123 | 54 | 152 | 107 | 41 |
| Binary | 110100 | 10001111 | 11000 | 1000000 | 0 | 1010011 | 101100 | 1101010 | 1000111 | 100001 |
Color Harmonies of #348F18
Complementary color
Monochromatic Colors of #348F18
Black with #348F18
Text Example
Text Example
White with #348F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F18; }
p { color: rgb(52,143,24); }
H1.HeaderClassName
{
color: #348F18;
}
.AnyTagClassName
{
color: #348F18;
}
</style>
background-color css
<style>
a { background-color: #348F18; }
a { background-color: rgb(52,143,24); }
div.DivClassName
{
background-color: #348F18;
}
.BgClassName
{
background-color: #348F18;
}
</style>
border-color css
<style>
span { border-color: #348F18; }
span { border-color: rgb(52,143,24); }
td.TdClassName
{
border-color: #348F18;
}
.TagClassName
{
border-color: #348F18;
}
</style>