Shades of La Palma #32940E
Tints of La Palma #32940E
RGB
CMYK
RGB Variations
Color information
#32940E (or 0x32940E) is known color: La Palma. HEX triplet: 32, 94 and 0E. RGB value is (50,148,14). Sum of RGB (Red+Green+Blue) = 50+148+14=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #32940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32940E is #CD6BF1. Grayscale: #676767. Windows color (decimal): -13462514 or 955442. OLE color: 955442.
HSL color Cylindrical-coordinate representation of color #32940E: hue angle of 103.88º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32940E is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 148 | 14 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.42 |
| HSL | 103.88º | 0.83% | 0.32% | - |
| HSV(B) | 103.88º | 0.91% | 0.58% | - |
| XYZ | 11.98 | 21.89 | 4.01 | - |
| YUV | 103.42 | 77.53 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 14 | 0.66 | 0 | 0.91 | 0.42 | 103.88 | 0.83 | 0.32 |
| Hex | 32 | 94 | E | 42 | 0 | 5B | 2A | 68 | 53 | 20 |
| Octal | 62 | 224 | 16 | 102 | 0 | 133 | 52 | 150 | 123 | 40 |
| Binary | 110010 | 10010100 | 1110 | 1000010 | 0 | 1011011 | 101010 | 1101000 | 1010011 | 100000 |
Color Harmonies of #32940E
Complementary color
Monochromatic Colors of #32940E
Black with #32940E
Text Example
Text Example
White with #32940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32940E; }
p { color: rgb(50,148,14); }
H1.HeaderClassName
{
color: #32940E;
}
.AnyTagClassName
{
color: #32940E;
}
</style>
background-color css
<style>
a { background-color: #32940E; }
a { background-color: rgb(50,148,14); }
div.DivClassName
{
background-color: #32940E;
}
.BgClassName
{
background-color: #32940E;
}
</style>
border-color css
<style>
span { border-color: #32940E; }
span { border-color: rgb(50,148,14); }
td.TdClassName
{
border-color: #32940E;
}
.TagClassName
{
border-color: #32940E;
}
</style>