Shades of La Palma #349D10
Tints of La Palma #349D10
RGB
CMYK
RGB Variations
Color information
#349D10 (or 0x349D10) is known color: La Palma. HEX triplet: 34, 9D and 10. RGB value is (52,157,16). Sum of RGB (Red+Green+Blue) = 52+157+16=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 157 (61.72% from 255 or 69.78% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 157 - color contains mainly: green. Hex color #349D10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349D10 is #CB62EF. Grayscale: #6D6D6D. Windows color (decimal): -13329136 or 1088820. OLE color: 1088820.
HSL color Cylindrical-coordinate representation of color #349D10: hue angle of 104.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #349D10 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 16 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.38 |
| HSL | 104.68º | 0.82% | 0.34% | - |
| HSV(B) | 104.68º | 0.9% | 0.62% | - |
| XYZ | 13.57 | 24.88 | 4.58 | - |
| YUV | 109.53 | 75.21 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 16 | 0.67 | 0 | 0.90 | 0.38 | 104.68 | 0.82 | 0.34 |
| Hex | 34 | 9D | 10 | 43 | 0 | 5A | 26 | 69 | 52 | 22 |
| Octal | 64 | 235 | 20 | 103 | 0 | 132 | 46 | 151 | 122 | 42 |
| Binary | 110100 | 10011101 | 10000 | 1000011 | 0 | 1011010 | 100110 | 1101001 | 1010010 | 100010 |
Color Harmonies of #349D10
Complementary color
Monochromatic Colors of #349D10
Black with #349D10
Text Example
Text Example
White with #349D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D10; }
p { color: rgb(52,157,16); }
H1.HeaderClassName
{
color: #349D10;
}
.AnyTagClassName
{
color: #349D10;
}
</style>
background-color css
<style>
a { background-color: #349D10; }
a { background-color: rgb(52,157,16); }
div.DivClassName
{
background-color: #349D10;
}
.BgClassName
{
background-color: #349D10;
}
</style>
border-color css
<style>
span { border-color: #349D10; }
span { border-color: rgb(52,157,16); }
td.TdClassName
{
border-color: #349D10;
}
.TagClassName
{
border-color: #349D10;
}
</style>