Shades of La Palma #32950D
Tints of La Palma #32950D
RGB
CMYK
RGB Variations
Color information
#32950D (or 0x32950D) is known color: La Palma. HEX triplet: 32, 95 and 0D. RGB value is (50,149,13). Sum of RGB (Red+Green+Blue) = 50+149+13=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #32950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32950D is #CD6AF2. Grayscale: #686868. Windows color (decimal): -13462259 or 890162. OLE color: 890162.
HSL color Cylindrical-coordinate representation of color #32950D: hue angle of 103.68º degrees, saturation: 0.84, 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 #32950D is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 149 | 13 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.42 |
| HSL | 103.68º | 0.84% | 0.32% | - |
| HSV(B) | 103.68º | 0.91% | 0.58% | - |
| XYZ | 12.14 | 22.2 | 4.03 | - |
| YUV | 103.9 | 76.7 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 13 | 0.66 | 0 | 0.91 | 0.42 | 103.68 | 0.84 | 0.32 |
| Hex | 32 | 95 | D | 42 | 0 | 5B | 2A | 68 | 54 | 20 |
| Octal | 62 | 225 | 15 | 102 | 0 | 133 | 52 | 150 | 124 | 40 |
| Binary | 110010 | 10010101 | 1101 | 1000010 | 0 | 1011011 | 101010 | 1101000 | 1010100 | 100000 |
Color Harmonies of #32950D
Complementary color
Monochromatic Colors of #32950D
Black with #32950D
Text Example
Text Example
White with #32950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32950D; }
p { color: rgb(50,149,13); }
H1.HeaderClassName
{
color: #32950D;
}
.AnyTagClassName
{
color: #32950D;
}
</style>
background-color css
<style>
a { background-color: #32950D; }
a { background-color: rgb(50,149,13); }
div.DivClassName
{
background-color: #32950D;
}
.BgClassName
{
background-color: #32950D;
}
</style>
border-color css
<style>
span { border-color: #32950D; }
span { border-color: rgb(50,149,13); }
td.TdClassName
{
border-color: #32950D;
}
.TagClassName
{
border-color: #32950D;
}
</style>