Shades of La Palma #329C0A
Tints of La Palma #329C0A
RGB
CMYK
RGB Variations
Color information
#329C0A (or 0x329C0A) is known color: La Palma. HEX triplet: 32, 9C and 0A. RGB value is (50,156,10). Sum of RGB (Red+Green+Blue) = 50+156+10=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 156 (61.33% from 255 or 72.22% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 156 - color contains mainly: green. Hex color #329C0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329C0A is #CD63F5. Grayscale: #6C6C6C. Windows color (decimal): -13460470 or 695346. OLE color: 695346.
HSL color Cylindrical-coordinate representation of color #329C0A: hue angle of 103.56º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #329C0A is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 10 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.39 |
| HSL | 103.56º | 0.88% | 0.33% | - |
| HSV(B) | 103.56º | 0.94% | 0.61% | - |
| XYZ | 13.26 | 24.48 | 4.31 | - |
| YUV | 107.66 | 72.88 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 10 | 0.68 | 0 | 0.94 | 0.39 | 103.56 | 0.88 | 0.33 |
| Hex | 32 | 9C | A | 44 | 0 | 5E | 27 | 68 | 58 | 21 |
| Octal | 62 | 234 | 12 | 104 | 0 | 136 | 47 | 150 | 130 | 41 |
| Binary | 110010 | 10011100 | 1010 | 1000100 | 0 | 1011110 | 100111 | 1101000 | 1011000 | 100001 |
Color Harmonies of #329C0A
Complementary color
Monochromatic Colors of #329C0A
Black with #329C0A
Text Example
Text Example
White with #329C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C0A; }
p { color: rgb(50,156,10); }
H1.HeaderClassName
{
color: #329C0A;
}
.AnyTagClassName
{
color: #329C0A;
}
</style>
background-color css
<style>
a { background-color: #329C0A; }
a { background-color: rgb(50,156,10); }
div.DivClassName
{
background-color: #329C0A;
}
.BgClassName
{
background-color: #329C0A;
}
</style>
border-color css
<style>
span { border-color: #329C0A; }
span { border-color: rgb(50,156,10); }
td.TdClassName
{
border-color: #329C0A;
}
.TagClassName
{
border-color: #329C0A;
}
</style>