Shades of La Palma #329C16
Tints of La Palma #329C16
RGB
CMYK
RGB Variations
Color information
#329C16 (or 0x329C16) is known color: La Palma. HEX triplet: 32, 9C and 16. RGB value is (50,156,22). Sum of RGB (Red+Green+Blue) = 50+156+22=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 156 (61.33% from 255 or 68.42% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 156 - color contains mainly: green. Hex color #329C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329C16 is #CD63E9. Grayscale: #6D6D6D. Windows color (decimal): -13460458 or 1481778. OLE color: 1481778.
HSL color Cylindrical-coordinate representation of color #329C16: hue angle of 107.46º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #329C16 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 22 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.39 |
| HSL | 107.46º | 0.75% | 0.35% | - |
| HSV(B) | 107.46º | 0.86% | 0.61% | - |
| XYZ | 13.35 | 24.51 | 4.79 | - |
| YUV | 109.03 | 78.88 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 22 | 0.68 | 0 | 0.86 | 0.39 | 107.46 | 0.75 | 0.35 |
| Hex | 32 | 9C | 16 | 44 | 0 | 56 | 27 | 6B | 4B | 23 |
| Octal | 62 | 234 | 26 | 104 | 0 | 126 | 47 | 153 | 113 | 43 |
| Binary | 110010 | 10011100 | 10110 | 1000100 | 0 | 1010110 | 100111 | 1101011 | 1001011 | 100011 |
Color Harmonies of #329C16
Complementary color
Monochromatic Colors of #329C16
Black with #329C16
Text Example
Text Example
White with #329C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C16; }
p { color: rgb(50,156,22); }
H1.HeaderClassName
{
color: #329C16;
}
.AnyTagClassName
{
color: #329C16;
}
</style>
background-color css
<style>
a { background-color: #329C16; }
a { background-color: rgb(50,156,22); }
div.DivClassName
{
background-color: #329C16;
}
.BgClassName
{
background-color: #329C16;
}
</style>
border-color css
<style>
span { border-color: #329C16; }
span { border-color: rgb(50,156,22); }
td.TdClassName
{
border-color: #329C16;
}
.TagClassName
{
border-color: #329C16;
}
</style>