Shades of La Palma #329D15
Tints of La Palma #329D15
RGB
CMYK
RGB Variations
Color information
#329D15 (or 0x329D15) is known color: La Palma. HEX triplet: 32, 9D and 15. RGB value is (50,157,21). Sum of RGB (Red+Green+Blue) = 50+157+21=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 157 (61.72% from 255 or 68.86% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 157 - color contains mainly: green. Hex color #329D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329D15 is #CD62EA. Grayscale: #6D6D6D. Windows color (decimal): -13460203 or 1416498. OLE color: 1416498.
HSL color Cylindrical-coordinate representation of color #329D15: hue angle of 107.21º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #329D15 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 21 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.38 |
| HSL | 107.21º | 0.76% | 0.35% | - |
| HSV(B) | 107.21º | 0.87% | 0.62% | - |
| XYZ | 13.51 | 24.85 | 4.79 | - |
| YUV | 109.5 | 78.05 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 21 | 0.68 | 0 | 0.87 | 0.38 | 107.21 | 0.76 | 0.35 |
| Hex | 32 | 9D | 15 | 44 | 0 | 57 | 26 | 6B | 4C | 23 |
| Octal | 62 | 235 | 25 | 104 | 0 | 127 | 46 | 153 | 114 | 43 |
| Binary | 110010 | 10011101 | 10101 | 1000100 | 0 | 1010111 | 100110 | 1101011 | 1001100 | 100011 |
Color Harmonies of #329D15
Complementary color
Monochromatic Colors of #329D15
Black with #329D15
Text Example
Text Example
White with #329D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D15; }
p { color: rgb(50,157,21); }
H1.HeaderClassName
{
color: #329D15;
}
.AnyTagClassName
{
color: #329D15;
}
</style>
background-color css
<style>
a { background-color: #329D15; }
a { background-color: rgb(50,157,21); }
div.DivClassName
{
background-color: #329D15;
}
.BgClassName
{
background-color: #329D15;
}
</style>
border-color css
<style>
span { border-color: #329D15; }
span { border-color: rgb(50,157,21); }
td.TdClassName
{
border-color: #329D15;
}
.TagClassName
{
border-color: #329D15;
}
</style>