Shades of La Palma #349B0C
Tints of La Palma #349B0C
RGB
CMYK
RGB Variations
Color information
#349B0C (or 0x349B0C) is known color: La Palma. HEX triplet: 34, 9B and 0C. RGB value is (52,155,12). Sum of RGB (Red+Green+Blue) = 52+155+12=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 155 (60.94% from 255 or 70.78% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 155 - color contains mainly: green. Hex color #349B0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349B0C is #CB64F3. Grayscale: #6C6C6C. Windows color (decimal): -13329652 or 826164. OLE color: 826164.
HSL color Cylindrical-coordinate representation of color #349B0C: hue angle of 103.22º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #349B0C is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 12 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.39 |
| HSL | 103.22º | 0.86% | 0.33% | - |
| HSV(B) | 103.22º | 0.92% | 0.61% | - |
| XYZ | 13.2 | 24.2 | 4.32 | - |
| YUV | 107.9 | 73.88 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 12 | 0.66 | 0 | 0.92 | 0.39 | 103.22 | 0.86 | 0.33 |
| Hex | 34 | 9B | C | 42 | 0 | 5C | 27 | 67 | 56 | 21 |
| Octal | 64 | 233 | 14 | 102 | 0 | 134 | 47 | 147 | 126 | 41 |
| Binary | 110100 | 10011011 | 1100 | 1000010 | 0 | 1011100 | 100111 | 1100111 | 1010110 | 100001 |
Color Harmonies of #349B0C
Complementary color
Monochromatic Colors of #349B0C
Black with #349B0C
Text Example
Text Example
White with #349B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B0C; }
p { color: rgb(52,155,12); }
H1.HeaderClassName
{
color: #349B0C;
}
.AnyTagClassName
{
color: #349B0C;
}
</style>
background-color css
<style>
a { background-color: #349B0C; }
a { background-color: rgb(52,155,12); }
div.DivClassName
{
background-color: #349B0C;
}
.BgClassName
{
background-color: #349B0C;
}
</style>
border-color css
<style>
span { border-color: #349B0C; }
span { border-color: rgb(52,155,12); }
td.TdClassName
{
border-color: #349B0C;
}
.TagClassName
{
border-color: #349B0C;
}
</style>