Shades of La Palma #348B25
Tints of La Palma #348B25
RGB
CMYK
RGB Variations
Color information
#348B25 (or 0x348B25) is known color: La Palma. HEX triplet: 34, 8B and 25. RGB value is (52,139,37). Sum of RGB (Red+Green+Blue) = 52+139+37=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 139 (54.69% from 255 or 60.96% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 139 - color contains mainly: green. Hex color #348B25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B25 is #CB74DA. Grayscale: #656565. Windows color (decimal): -13333723 or 2460468. OLE color: 2460468.
HSL color Cylindrical-coordinate representation of color #348B25: hue angle of 111.18º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #348B25 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 37 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.45 |
| HSL | 111.18º | 0.58% | 0.35% | - |
| HSV(B) | 111.18º | 0.73% | 0.55% | - |
| XYZ | 10.98 | 19.33 | 4.9 | - |
| YUV | 101.36 | 91.68 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 37 | 0.63 | 0 | 0.73 | 0.45 | 111.18 | 0.58 | 0.35 |
| Hex | 34 | 8B | 25 | 3F | 0 | 49 | 2D | 6F | 3A | 23 |
| Octal | 64 | 213 | 45 | 77 | 0 | 111 | 55 | 157 | 72 | 43 |
| Binary | 110100 | 10001011 | 100101 | 111111 | 0 | 1001001 | 101101 | 1101111 | 111010 | 100011 |
Color Harmonies of #348B25
Complementary color
Monochromatic Colors of #348B25
Black with #348B25
Text Example
Text Example
White with #348B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B25; }
p { color: rgb(52,139,37); }
H1.HeaderClassName
{
color: #348B25;
}
.AnyTagClassName
{
color: #348B25;
}
</style>
background-color css
<style>
a { background-color: #348B25; }
a { background-color: rgb(52,139,37); }
div.DivClassName
{
background-color: #348B25;
}
.BgClassName
{
background-color: #348B25;
}
</style>
border-color css
<style>
span { border-color: #348B25; }
span { border-color: rgb(52,139,37); }
td.TdClassName
{
border-color: #348B25;
}
.TagClassName
{
border-color: #348B25;
}
</style>