Shades of La Palma #348B24
Tints of La Palma #348B24
RGB
CMYK
RGB Variations
Color information
#348B24 (or 0x348B24) is known color: La Palma. HEX triplet: 34, 8B and 24. RGB value is (52,139,36). Sum of RGB (Red+Green+Blue) = 52+139+36=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 139 (54.69% from 255 or 61.23% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 139 - color contains mainly: green. Hex color #348B24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B24 is #CB74DB. Grayscale: #656565. Windows color (decimal): -13333724 or 2394932. OLE color: 2394932.
HSL color Cylindrical-coordinate representation of color #348B24: hue angle of 110.68º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348B24 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 36 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.45 |
| HSL | 110.68º | 0.59% | 0.34% | - |
| HSV(B) | 110.68º | 0.74% | 0.55% | - |
| XYZ | 10.97 | 19.32 | 4.82 | - |
| YUV | 101.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 36 | 0.63 | 0 | 0.74 | 0.45 | 110.68 | 0.59 | 0.34 |
| Hex | 34 | 8B | 24 | 3F | 0 | 4A | 2D | 6F | 3B | 22 |
| Octal | 64 | 213 | 44 | 77 | 0 | 112 | 55 | 157 | 73 | 42 |
| Binary | 110100 | 10001011 | 100100 | 111111 | 0 | 1001010 | 101101 | 1101111 | 111011 | 100010 |
Color Harmonies of #348B24
Complementary color
Monochromatic Colors of #348B24
Black with #348B24
Text Example
Text Example
White with #348B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B24; }
p { color: rgb(52,139,36); }
H1.HeaderClassName
{
color: #348B24;
}
.AnyTagClassName
{
color: #348B24;
}
</style>
background-color css
<style>
a { background-color: #348B24; }
a { background-color: rgb(52,139,36); }
div.DivClassName
{
background-color: #348B24;
}
.BgClassName
{
background-color: #348B24;
}
</style>
border-color css
<style>
span { border-color: #348B24; }
span { border-color: rgb(52,139,36); }
td.TdClassName
{
border-color: #348B24;
}
.TagClassName
{
border-color: #348B24;
}
</style>