Shades of La Palma #349C15
Tints of La Palma #349C15
RGB
CMYK
RGB Variations
Color information
#349C15 (or 0x349C15) is known color: La Palma. HEX triplet: 34, 9C and 15. RGB value is (52,156,21). Sum of RGB (Red+Green+Blue) = 52+156+21=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 156 (61.33% from 255 or 68.12% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 156 - color contains mainly: green. Hex color #349C15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349C15 is #CB63EA. Grayscale: #6D6D6D. Windows color (decimal): -13329387 or 1416244. OLE color: 1416244.
HSL color Cylindrical-coordinate representation of color #349C15: hue angle of 106.22º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #349C15 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 21 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.39 |
| HSL | 106.22º | 0.76% | 0.35% | - |
| HSV(B) | 106.22º | 0.87% | 0.61% | - |
| XYZ | 13.44 | 24.56 | 4.74 | - |
| YUV | 109.51 | 78.04 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 21 | 0.67 | 0 | 0.87 | 0.39 | 106.22 | 0.76 | 0.35 |
| Hex | 34 | 9C | 15 | 43 | 0 | 57 | 27 | 6A | 4C | 23 |
| Octal | 64 | 234 | 25 | 103 | 0 | 127 | 47 | 152 | 114 | 43 |
| Binary | 110100 | 10011100 | 10101 | 1000011 | 0 | 1010111 | 100111 | 1101010 | 1001100 | 100011 |
Color Harmonies of #349C15
Complementary color
Monochromatic Colors of #349C15
Black with #349C15
Text Example
Text Example
White with #349C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C15; }
p { color: rgb(52,156,21); }
H1.HeaderClassName
{
color: #349C15;
}
.AnyTagClassName
{
color: #349C15;
}
</style>
background-color css
<style>
a { background-color: #349C15; }
a { background-color: rgb(52,156,21); }
div.DivClassName
{
background-color: #349C15;
}
.BgClassName
{
background-color: #349C15;
}
</style>
border-color css
<style>
span { border-color: #349C15; }
span { border-color: rgb(52,156,21); }
td.TdClassName
{
border-color: #349C15;
}
.TagClassName
{
border-color: #349C15;
}
</style>