Shades of La Palma #329F12
Tints of La Palma #329F12
RGB
CMYK
RGB Variations
Color information
#329F12 (or 0x329F12) is known color: La Palma. HEX triplet: 32, 9F and 12. RGB value is (50,159,18). Sum of RGB (Red+Green+Blue) = 50+159+18=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 159 (62.5% from 255 or 70.04% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 159 - color contains mainly: green. Hex color #329F12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329F12 is #CD60ED. Grayscale: #6E6E6E. Windows color (decimal): -13459694 or 1220402. OLE color: 1220402.
HSL color Cylindrical-coordinate representation of color #329F12: hue angle of 106.38º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #329F12 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 18 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.38 |
| HSL | 106.38º | 0.8% | 0.35% | - |
| HSV(B) | 106.38º | 0.89% | 0.62% | - |
| XYZ | 13.82 | 25.52 | 4.77 | - |
| YUV | 110.34 | 75.89 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 18 | 0.69 | 0 | 0.89 | 0.38 | 106.38 | 0.8 | 0.35 |
| Hex | 32 | 9F | 12 | 45 | 0 | 59 | 26 | 6A | 50 | 23 |
| Octal | 62 | 237 | 22 | 105 | 0 | 131 | 46 | 152 | 120 | 43 |
| Binary | 110010 | 10011111 | 10010 | 1000101 | 0 | 1011001 | 100110 | 1101010 | 1010000 | 100011 |
Color Harmonies of #329F12
Complementary color
Monochromatic Colors of #329F12
Black with #329F12
Text Example
Text Example
White with #329F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F12; }
p { color: rgb(50,159,18); }
H1.HeaderClassName
{
color: #329F12;
}
.AnyTagClassName
{
color: #329F12;
}
</style>
background-color css
<style>
a { background-color: #329F12; }
a { background-color: rgb(50,159,18); }
div.DivClassName
{
background-color: #329F12;
}
.BgClassName
{
background-color: #329F12;
}
</style>
border-color css
<style>
span { border-color: #329F12; }
span { border-color: rgb(50,159,18); }
td.TdClassName
{
border-color: #329F12;
}
.TagClassName
{
border-color: #329F12;
}
</style>