Shades of La Palma #349E16
Tints of La Palma #349E16
RGB
CMYK
RGB Variations
Color information
#349E16 (or 0x349E16) is known color: La Palma. HEX triplet: 34, 9E and 16. RGB value is (52,158,22). Sum of RGB (Red+Green+Blue) = 52+158+22=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 158 (62.11% from 255 or 68.10% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 158 - color contains mainly: green. Hex color #349E16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349E16 is #CB61E9. Grayscale: #6F6F6F. Windows color (decimal): -13328874 or 1482292. OLE color: 1482292.
HSL color Cylindrical-coordinate representation of color #349E16: hue angle of 106.76º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #349E16 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 158 | 22 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.38 |
| HSL | 106.76º | 0.76% | 0.35% | - |
| HSV(B) | 106.76º | 0.86% | 0.62% | - |
| XYZ | 13.79 | 25.24 | 4.9 | - |
| YUV | 110.8 | 77.88 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 22 | 0.67 | 0 | 0.86 | 0.38 | 106.76 | 0.76 | 0.35 |
| Hex | 34 | 9E | 16 | 43 | 0 | 56 | 26 | 6B | 4C | 23 |
| Octal | 64 | 236 | 26 | 103 | 0 | 126 | 46 | 153 | 114 | 43 |
| Binary | 110100 | 10011110 | 10110 | 1000011 | 0 | 1010110 | 100110 | 1101011 | 1001100 | 100011 |
Color Harmonies of #349E16
Complementary color
Monochromatic Colors of #349E16
Black with #349E16
Text Example
Text Example
White with #349E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349E16; }
p { color: rgb(52,158,22); }
H1.HeaderClassName
{
color: #349E16;
}
.AnyTagClassName
{
color: #349E16;
}
</style>
background-color css
<style>
a { background-color: #349E16; }
a { background-color: rgb(52,158,22); }
div.DivClassName
{
background-color: #349E16;
}
.BgClassName
{
background-color: #349E16;
}
</style>
border-color css
<style>
span { border-color: #349E16; }
span { border-color: rgb(52,158,22); }
td.TdClassName
{
border-color: #349E16;
}
.TagClassName
{
border-color: #349E16;
}
</style>