Shades of La Palma #349B0E
Tints of La Palma #349B0E
RGB
CMYK
RGB Variations
Color information
#349B0E (or 0x349B0E) is known color: La Palma. HEX triplet: 34, 9B and 0E. RGB value is (52,155,14). Sum of RGB (Red+Green+Blue) = 52+155+14=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 155 (60.94% from 255 or 70.14% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 155 - color contains mainly: green. Hex color #349B0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349B0E is #CB64F1. Grayscale: #6C6C6C. Windows color (decimal): -13329650 or 957236. OLE color: 957236.
HSL color Cylindrical-coordinate representation of color #349B0E: hue angle of 103.83º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #349B0E is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 14 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.39 |
| HSL | 103.83º | 0.83% | 0.33% | - |
| HSV(B) | 103.83º | 0.91% | 0.61% | - |
| XYZ | 13.22 | 24.2 | 4.39 | - |
| YUV | 108.13 | 74.88 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 14 | 0.66 | 0 | 0.91 | 0.39 | 103.83 | 0.83 | 0.33 |
| Hex | 34 | 9B | E | 42 | 0 | 5B | 27 | 68 | 53 | 21 |
| Octal | 64 | 233 | 16 | 102 | 0 | 133 | 47 | 150 | 123 | 41 |
| Binary | 110100 | 10011011 | 1110 | 1000010 | 0 | 1011011 | 100111 | 1101000 | 1010011 | 100001 |
Color Harmonies of #349B0E
Complementary color
Monochromatic Colors of #349B0E
Black with #349B0E
Text Example
Text Example
White with #349B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B0E; }
p { color: rgb(52,155,14); }
H1.HeaderClassName
{
color: #349B0E;
}
.AnyTagClassName
{
color: #349B0E;
}
</style>
background-color css
<style>
a { background-color: #349B0E; }
a { background-color: rgb(52,155,14); }
div.DivClassName
{
background-color: #349B0E;
}
.BgClassName
{
background-color: #349B0E;
}
</style>
border-color css
<style>
span { border-color: #349B0E; }
span { border-color: rgb(52,155,14); }
td.TdClassName
{
border-color: #349B0E;
}
.TagClassName
{
border-color: #349B0E;
}
</style>