Shades of La Palma #329C11
Tints of La Palma #329C11
RGB
CMYK
RGB Variations
Color information
#329C11 (or 0x329C11) is known color: La Palma. HEX triplet: 32, 9C and 11. RGB value is (50,156,17). Sum of RGB (Red+Green+Blue) = 50+156+17=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 156 (61.33% from 255 or 69.96% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 156 - color contains mainly: green. Hex color #329C11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329C11 is #CD63EE. Grayscale: #6C6C6C. Windows color (decimal): -13460463 or 1154098. OLE color: 1154098.
HSL color Cylindrical-coordinate representation of color #329C11: hue angle of 105.76º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #329C11 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 17 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.39 |
| HSL | 105.76º | 0.8% | 0.34% | - |
| HSV(B) | 105.76º | 0.89% | 0.61% | - |
| XYZ | 13.31 | 24.5 | 4.56 | - |
| YUV | 108.46 | 76.38 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 17 | 0.68 | 0 | 0.89 | 0.39 | 105.76 | 0.8 | 0.34 |
| Hex | 32 | 9C | 11 | 44 | 0 | 59 | 27 | 6A | 50 | 22 |
| Octal | 62 | 234 | 21 | 104 | 0 | 131 | 47 | 152 | 120 | 42 |
| Binary | 110010 | 10011100 | 10001 | 1000100 | 0 | 1011001 | 100111 | 1101010 | 1010000 | 100010 |
Color Harmonies of #329C11
Complementary color
Monochromatic Colors of #329C11
Black with #329C11
Text Example
Text Example
White with #329C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C11; }
p { color: rgb(50,156,17); }
H1.HeaderClassName
{
color: #329C11;
}
.AnyTagClassName
{
color: #329C11;
}
</style>
background-color css
<style>
a { background-color: #329C11; }
a { background-color: rgb(50,156,17); }
div.DivClassName
{
background-color: #329C11;
}
.BgClassName
{
background-color: #329C11;
}
</style>
border-color css
<style>
span { border-color: #329C11; }
span { border-color: rgb(50,156,17); }
td.TdClassName
{
border-color: #329C11;
}
.TagClassName
{
border-color: #329C11;
}
</style>