Shades of La Palma #32980B
Tints of La Palma #32980B
RGB
CMYK
RGB Variations
Color information
#32980B (or 0x32980B) is known color: La Palma. HEX triplet: 32, 98 and 0B. RGB value is (50,152,11). Sum of RGB (Red+Green+Blue) = 50+152+11=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 152 (59.77% from 255 or 71.36% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 152 - color contains mainly: green. Hex color #32980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32980B is #CD67F4. Grayscale: #696969. Windows color (decimal): -13461493 or 759858. OLE color: 759858.
HSL color Cylindrical-coordinate representation of color #32980B: hue angle of 103.4º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32980B is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 11 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.40 |
| HSL | 103.4º | 0.87% | 0.32% | - |
| HSV(B) | 103.4º | 0.93% | 0.6% | - |
| XYZ | 12.6 | 23.16 | 4.12 | - |
| YUV | 105.43 | 74.71 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 11 | 0.67 | 0 | 0.93 | 0.40 | 103.4 | 0.87 | 0.32 |
| Hex | 32 | 98 | B | 43 | 0 | 5D | 28 | 67 | 57 | 20 |
| Octal | 62 | 230 | 13 | 103 | 0 | 135 | 50 | 147 | 127 | 40 |
| Binary | 110010 | 10011000 | 1011 | 1000011 | 0 | 1011101 | 101000 | 1100111 | 1010111 | 100000 |
Color Harmonies of #32980B
Complementary color
Monochromatic Colors of #32980B
Black with #32980B
Text Example
Text Example
White with #32980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32980B; }
p { color: rgb(50,152,11); }
H1.HeaderClassName
{
color: #32980B;
}
.AnyTagClassName
{
color: #32980B;
}
</style>
background-color css
<style>
a { background-color: #32980B; }
a { background-color: rgb(50,152,11); }
div.DivClassName
{
background-color: #32980B;
}
.BgClassName
{
background-color: #32980B;
}
</style>
border-color css
<style>
span { border-color: #32980B; }
span { border-color: rgb(50,152,11); }
td.TdClassName
{
border-color: #32980B;
}
.TagClassName
{
border-color: #32980B;
}
</style>