Shades of La Palma #348E1B
Tints of La Palma #348E1B
RGB
CMYK
RGB Variations
Color information
#348E1B (or 0x348E1B) is known color: La Palma. HEX triplet: 34, 8E and 1B. RGB value is (52,142,27). Sum of RGB (Red+Green+Blue) = 52+142+27=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 142 (55.86% from 255 or 64.25% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 142 - color contains mainly: green. Hex color #348E1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E1B is #CB71E4. Grayscale: #666666. Windows color (decimal): -13332965 or 1805876. OLE color: 1805876.
HSL color Cylindrical-coordinate representation of color #348E1B: hue angle of 106.96º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #348E1B is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 27 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.44 |
| HSL | 106.96º | 0.68% | 0.33% | - |
| HSV(B) | 106.96º | 0.81% | 0.56% | - |
| XYZ | 11.29 | 20.16 | 4.33 | - |
| YUV | 101.98 | 85.68 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 27 | 0.63 | 0 | 0.81 | 0.44 | 106.96 | 0.68 | 0.33 |
| Hex | 34 | 8E | 1B | 3F | 0 | 51 | 2C | 6B | 44 | 21 |
| Octal | 64 | 216 | 33 | 77 | 0 | 121 | 54 | 153 | 104 | 41 |
| Binary | 110100 | 10001110 | 11011 | 111111 | 0 | 1010001 | 101100 | 1101011 | 1000100 | 100001 |
Color Harmonies of #348E1B
Complementary color
Monochromatic Colors of #348E1B
Black with #348E1B
Text Example
Text Example
White with #348E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E1B; }
p { color: rgb(52,142,27); }
H1.HeaderClassName
{
color: #348E1B;
}
.AnyTagClassName
{
color: #348E1B;
}
</style>
background-color css
<style>
a { background-color: #348E1B; }
a { background-color: rgb(52,142,27); }
div.DivClassName
{
background-color: #348E1B;
}
.BgClassName
{
background-color: #348E1B;
}
</style>
border-color css
<style>
span { border-color: #348E1B; }
span { border-color: rgb(52,142,27); }
td.TdClassName
{
border-color: #348E1B;
}
.TagClassName
{
border-color: #348E1B;
}
</style>