Shades of La Palma #348E25
Tints of La Palma #348E25
RGB
CMYK
RGB Variations
Color information
#348E25 (or 0x348E25) is known color: La Palma. HEX triplet: 34, 8E and 25. RGB value is (52,142,37). Sum of RGB (Red+Green+Blue) = 52+142+37=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 142 (55.86% from 255 or 61.47% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 142 - color contains mainly: green. Hex color #348E25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E25 is #CB71DA. Grayscale: #676767. Windows color (decimal): -13332955 or 2461236. OLE color: 2461236.
HSL color Cylindrical-coordinate representation of color #348E25: hue angle of 111.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348E25 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 37 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.44 |
| HSL | 111.43º | 0.59% | 0.35% | - |
| HSV(B) | 111.43º | 0.74% | 0.56% | - |
| XYZ | 11.42 | 20.21 | 5.05 | - |
| YUV | 103.12 | 90.68 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 37 | 0.63 | 0 | 0.74 | 0.44 | 111.43 | 0.59 | 0.35 |
| Hex | 34 | 8E | 25 | 3F | 0 | 4A | 2C | 6F | 3B | 23 |
| Octal | 64 | 216 | 45 | 77 | 0 | 112 | 54 | 157 | 73 | 43 |
| Binary | 110100 | 10001110 | 100101 | 111111 | 0 | 1001010 | 101100 | 1101111 | 111011 | 100011 |
Color Harmonies of #348E25
Complementary color
Monochromatic Colors of #348E25
Black with #348E25
Text Example
Text Example
White with #348E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E25; }
p { color: rgb(52,142,37); }
H1.HeaderClassName
{
color: #348E25;
}
.AnyTagClassName
{
color: #348E25;
}
</style>
background-color css
<style>
a { background-color: #348E25; }
a { background-color: rgb(52,142,37); }
div.DivClassName
{
background-color: #348E25;
}
.BgClassName
{
background-color: #348E25;
}
</style>
border-color css
<style>
span { border-color: #348E25; }
span { border-color: rgb(52,142,37); }
td.TdClassName
{
border-color: #348E25;
}
.TagClassName
{
border-color: #348E25;
}
</style>