Shades of La Palma #32960B
Tints of La Palma #32960B
RGB
CMYK
RGB Variations
Color information
#32960B (or 0x32960B) is known color: La Palma. HEX triplet: 32, 96 and 0B. RGB value is (50,150,11). Sum of RGB (Red+Green+Blue) = 50+150+11=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 150 (58.98% from 255 or 71.09% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 150 - color contains mainly: green. Hex color #32960B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32960B is #CD69F4. Grayscale: #686868. Windows color (decimal): -13462005 or 759346. OLE color: 759346.
HSL color Cylindrical-coordinate representation of color #32960B: hue angle of 103.17º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32960B is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 11 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.41 |
| HSL | 103.17º | 0.86% | 0.32% | - |
| HSV(B) | 103.17º | 0.93% | 0.59% | - |
| XYZ | 12.28 | 22.51 | 4.02 | - |
| YUV | 104.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 11 | 0.67 | 0 | 0.93 | 0.41 | 103.17 | 0.86 | 0.32 |
| Hex | 32 | 96 | B | 43 | 0 | 5D | 29 | 67 | 56 | 20 |
| Octal | 62 | 226 | 13 | 103 | 0 | 135 | 51 | 147 | 126 | 40 |
| Binary | 110010 | 10010110 | 1011 | 1000011 | 0 | 1011101 | 101001 | 1100111 | 1010110 | 100000 |
Color Harmonies of #32960B
Complementary color
Monochromatic Colors of #32960B
Black with #32960B
Text Example
Text Example
White with #32960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32960B; }
p { color: rgb(50,150,11); }
H1.HeaderClassName
{
color: #32960B;
}
.AnyTagClassName
{
color: #32960B;
}
</style>
background-color css
<style>
a { background-color: #32960B; }
a { background-color: rgb(50,150,11); }
div.DivClassName
{
background-color: #32960B;
}
.BgClassName
{
background-color: #32960B;
}
</style>
border-color css
<style>
span { border-color: #32960B; }
span { border-color: rgb(50,150,11); }
td.TdClassName
{
border-color: #32960B;
}
.TagClassName
{
border-color: #32960B;
}
</style>