Shades of La Palma #349B20
Tints of La Palma #349B20
RGB
CMYK
RGB Variations
Color information
#349B20 (or 0x349B20) is known color: La Palma. HEX triplet: 34, 9B and 20. RGB value is (52,155,32). Sum of RGB (Red+Green+Blue) = 52+155+32=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 155 (60.94% from 255 or 64.85% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 155 - color contains mainly: green. Hex color #349B20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B20 is #CB64DF. Grayscale: #6E6E6E. Windows color (decimal): -13329632 or 2136884. OLE color: 2136884.
HSL color Cylindrical-coordinate representation of color #349B20: hue angle of 110.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #349B20 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 32 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.39 |
| HSL | 110.24º | 0.66% | 0.37% | - |
| HSV(B) | 110.24º | 0.79% | 0.61% | - |
| XYZ | 13.4 | 24.28 | 5.35 | - |
| YUV | 110.18 | 83.88 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 32 | 0.66 | 0 | 0.79 | 0.39 | 110.24 | 0.66 | 0.37 |
| Hex | 34 | 9B | 20 | 42 | 0 | 4F | 27 | 6E | 42 | 25 |
| Octal | 64 | 233 | 40 | 102 | 0 | 117 | 47 | 156 | 102 | 45 |
| Binary | 110100 | 10011011 | 100000 | 1000010 | 0 | 1001111 | 100111 | 1101110 | 1000010 | 100101 |
Color Harmonies of #349B20
Complementary color
Monochromatic Colors of #349B20
Black with #349B20
Text Example
Text Example
White with #349B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B20; }
p { color: rgb(52,155,32); }
H1.HeaderClassName
{
color: #349B20;
}
.AnyTagClassName
{
color: #349B20;
}
</style>
background-color css
<style>
a { background-color: #349B20; }
a { background-color: rgb(52,155,32); }
div.DivClassName
{
background-color: #349B20;
}
.BgClassName
{
background-color: #349B20;
}
</style>
border-color css
<style>
span { border-color: #349B20; }
span { border-color: rgb(52,155,32); }
td.TdClassName
{
border-color: #349B20;
}
.TagClassName
{
border-color: #349B20;
}
</style>