Shades of La Palma #349D11
Tints of La Palma #349D11
RGB
CMYK
RGB Variations
Color information
#349D11 (or 0x349D11) is known color: La Palma. HEX triplet: 34, 9D and 11. RGB value is (52,157,17). Sum of RGB (Red+Green+Blue) = 52+157+17=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 157 (61.72% from 255 or 69.47% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 157 - color contains mainly: green. Hex color #349D11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349D11 is #CB62EE. Grayscale: #6E6E6E. Windows color (decimal): -13329135 or 1154356. OLE color: 1154356.
HSL color Cylindrical-coordinate representation of color #349D11: hue angle of 105º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #349D11 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 17 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.38 |
| HSL | 105º | 0.8% | 0.34% | - |
| HSV(B) | 105º | 0.89% | 0.62% | - |
| XYZ | 13.57 | 24.88 | 4.62 | - |
| YUV | 109.65 | 75.71 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 17 | 0.67 | 0 | 0.89 | 0.38 | 105 | 0.8 | 0.34 |
| Hex | 34 | 9D | 11 | 43 | 0 | 59 | 26 | 69 | 50 | 22 |
| Octal | 64 | 235 | 21 | 103 | 0 | 131 | 46 | 151 | 120 | 42 |
| Binary | 110100 | 10011101 | 10001 | 1000011 | 0 | 1011001 | 100110 | 1101001 | 1010000 | 100010 |
Color Harmonies of #349D11
Complementary color
Monochromatic Colors of #349D11
Black with #349D11
Text Example
Text Example
White with #349D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D11; }
p { color: rgb(52,157,17); }
H1.HeaderClassName
{
color: #349D11;
}
.AnyTagClassName
{
color: #349D11;
}
</style>
background-color css
<style>
a { background-color: #349D11; }
a { background-color: rgb(52,157,17); }
div.DivClassName
{
background-color: #349D11;
}
.BgClassName
{
background-color: #349D11;
}
</style>
border-color css
<style>
span { border-color: #349D11; }
span { border-color: rgb(52,157,17); }
td.TdClassName
{
border-color: #349D11;
}
.TagClassName
{
border-color: #349D11;
}
</style>