Shades of La Palma #328D22
Tints of La Palma #328D22
RGB
CMYK
RGB Variations
Color information
#328D22 (or 0x328D22) is known color: La Palma. HEX triplet: 32, 8D and 22. RGB value is (50,141,34). Sum of RGB (Red+Green+Blue) = 50+141+34=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #328D22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D22 is #CD72DD. Grayscale: #656565. Windows color (decimal): -13464286 or 2264370. OLE color: 2264370.
HSL color Cylindrical-coordinate representation of color #328D22: hue angle of 111.03º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328D22 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 141 | 34 | - |
| CMYK | 0.65 | 0 | 0.76 | 0.45 |
| HSL | 111.03º | 0.61% | 0.34% | - |
| HSV(B) | 111.03º | 0.76% | 0.55% | - |
| XYZ | 11.13 | 19.84 | 4.76 | - |
| YUV | 101.59 | 89.85 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 141 | 34 | 0.65 | 0 | 0.76 | 0.45 | 111.03 | 0.61 | 0.34 |
| Hex | 32 | 8D | 22 | 41 | 0 | 4C | 2D | 6F | 3D | 22 |
| Octal | 62 | 215 | 42 | 101 | 0 | 114 | 55 | 157 | 75 | 42 |
| Binary | 110010 | 10001101 | 100010 | 1000001 | 0 | 1001100 | 101101 | 1101111 | 111101 | 100010 |
Color Harmonies of #328D22
Complementary color
Monochromatic Colors of #328D22
Black with #328D22
Text Example
Text Example
White with #328D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328D22; }
p { color: rgb(50,141,34); }
H1.HeaderClassName
{
color: #328D22;
}
.AnyTagClassName
{
color: #328D22;
}
</style>
background-color css
<style>
a { background-color: #328D22; }
a { background-color: rgb(50,141,34); }
div.DivClassName
{
background-color: #328D22;
}
.BgClassName
{
background-color: #328D22;
}
</style>
border-color css
<style>
span { border-color: #328D22; }
span { border-color: rgb(50,141,34); }
td.TdClassName
{
border-color: #328D22;
}
.TagClassName
{
border-color: #328D22;
}
</style>