Shades of La Palma #329700
Tints of La Palma #329700
RGB
CMYK
RGB Variations
Color information
#329700 (or 0x329700) is known color: La Palma. HEX triplet: 32, 97 and 00. RGB value is (50,151,0). Sum of RGB (Red+Green+Blue) = 50+151+0=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 151 (59.38% from 255 or 75.12% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 151 - color contains mainly: green. Hex color #329700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329700 is #CD68FF. Grayscale: #686868. Windows color (decimal): -13461760 or 38706. OLE color: 38706.
HSL color Cylindrical-coordinate representation of color #329700: hue angle of 100.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #329700 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.41 |
| HSL | 100.13º | 1% | 0.3% | - |
| HSV(B) | 100.13º | 1% | 0.59% | - |
| XYZ | 12.38 | 22.81 | 3.75 | - |
| YUV | 103.59 | 69.54 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 0 | 0.67 | 0 | 1 | 0.41 | 100.13 | 1 | 0.3 |
| Hex | 32 | 97 | 0 | 43 | 0 | 64 | 29 | 64 | 64 | 1E |
| Octal | 62 | 227 | 0 | 103 | 0 | 144 | 51 | 144 | 144 | 36 |
| Binary | 110010 | 10010111 | 0 | 1000011 | 0 | 1100100 | 101001 | 1100100 | 1100100 | 11110 |
Color Harmonies of #329700
Complementary color
Monochromatic Colors of #329700
Black with #329700
Text Example
Text Example
White with #329700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329700; }
p { color: rgb(50,151,0); }
H1.HeaderClassName
{
color: #329700;
}
.AnyTagClassName
{
color: #329700;
}
</style>
background-color css
<style>
a { background-color: #329700; }
a { background-color: rgb(50,151,0); }
div.DivClassName
{
background-color: #329700;
}
.BgClassName
{
background-color: #329700;
}
</style>
border-color css
<style>
span { border-color: #329700; }
span { border-color: rgb(50,151,0); }
td.TdClassName
{
border-color: #329700;
}
.TagClassName
{
border-color: #329700;
}
</style>