Shades of La Palma #32990D
Tints of La Palma #32990D
RGB
CMYK
RGB Variations
Color information
#32990D (or 0x32990D) is known color: La Palma. HEX triplet: 32, 99 and 0D. RGB value is (50,153,13). Sum of RGB (Red+Green+Blue) = 50+153+13=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #32990D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32990D is #CD66F2. Grayscale: #6A6A6A. Windows color (decimal): -13461235 or 891186. OLE color: 891186.
HSL color Cylindrical-coordinate representation of color #32990D: hue angle of 104.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32990D is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 13 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.4 |
| HSL | 104.14º | 0.84% | 0.33% | - |
| HSV(B) | 104.14º | 0.92% | 0.6% | - |
| XYZ | 12.78 | 23.49 | 4.24 | - |
| YUV | 106.24 | 75.38 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 13 | 0.67 | 0 | 0.92 | 0.4 | 104.14 | 0.84 | 0.33 |
| Hex | 32 | 99 | D | 43 | 0 | 5C | 28 | 68 | 54 | 21 |
| Octal | 62 | 231 | 15 | 103 | 0 | 134 | 50 | 150 | 124 | 41 |
| Binary | 110010 | 10011001 | 1101 | 1000011 | 0 | 1011100 | 101000 | 1101000 | 1010100 | 100001 |
Color Harmonies of #32990D
Complementary color
Monochromatic Colors of #32990D
Black with #32990D
Text Example
Text Example
White with #32990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32990D; }
p { color: rgb(50,153,13); }
H1.HeaderClassName
{
color: #32990D;
}
.AnyTagClassName
{
color: #32990D;
}
</style>
background-color css
<style>
a { background-color: #32990D; }
a { background-color: rgb(50,153,13); }
div.DivClassName
{
background-color: #32990D;
}
.BgClassName
{
background-color: #32990D;
}
</style>
border-color css
<style>
span { border-color: #32990D; }
span { border-color: rgb(50,153,13); }
td.TdClassName
{
border-color: #32990D;
}
.TagClassName
{
border-color: #32990D;
}
</style>