Shades of La Palma #349D26
Tints of La Palma #349D26
RGB
CMYK
RGB Variations
Color information
#349D26 (or 0x349D26) is known color: La Palma. HEX triplet: 34, 9D and 26. RGB value is (52,157,38). Sum of RGB (Red+Green+Blue) = 52+157+38=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 157 (61.72% from 255 or 63.56% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 157 - color contains mainly: green. Hex color #349D26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D26 is #CB62D9. Grayscale: #707070. Windows color (decimal): -13329114 or 2530612. OLE color: 2530612.
HSL color Cylindrical-coordinate representation of color #349D26: hue angle of 112.94º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349D26 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 38 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.38 |
| HSL | 112.94º | 0.61% | 0.38% | - |
| HSV(B) | 112.94º | 0.76% | 0.62% | - |
| XYZ | 13.82 | 24.98 | 5.93 | - |
| YUV | 112.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 38 | 0.67 | 0 | 0.76 | 0.38 | 112.94 | 0.61 | 0.38 |
| Hex | 34 | 9D | 26 | 43 | 0 | 4C | 26 | 71 | 3D | 26 |
| Octal | 64 | 235 | 46 | 103 | 0 | 114 | 46 | 161 | 75 | 46 |
| Binary | 110100 | 10011101 | 100110 | 1000011 | 0 | 1001100 | 100110 | 1110001 | 111101 | 100110 |
Color Harmonies of #349D26
Complementary color
Monochromatic Colors of #349D26
Black with #349D26
Text Example
Text Example
White with #349D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D26; }
p { color: rgb(52,157,38); }
H1.HeaderClassName
{
color: #349D26;
}
.AnyTagClassName
{
color: #349D26;
}
</style>
background-color css
<style>
a { background-color: #349D26; }
a { background-color: rgb(52,157,38); }
div.DivClassName
{
background-color: #349D26;
}
.BgClassName
{
background-color: #349D26;
}
</style>
border-color css
<style>
span { border-color: #349D26; }
span { border-color: rgb(52,157,38); }
td.TdClassName
{
border-color: #349D26;
}
.TagClassName
{
border-color: #349D26;
}
</style>