Shades of La Palma #32961B
Tints of La Palma #32961B
RGB
CMYK
RGB Variations
Color information
#32961B (or 0x32961B) is known color: La Palma. HEX triplet: 32, 96 and 1B. RGB value is (50,150,27). Sum of RGB (Red+Green+Blue) = 50+150+27=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #32961B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32961B is #CD69E4. Grayscale: #6A6A6A. Windows color (decimal): -13461989 or 1807922. OLE color: 1807922.
HSL color Cylindrical-coordinate representation of color #32961B: hue angle of 108.78º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32961B is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 27 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.41 |
| HSL | 108.78º | 0.69% | 0.35% | - |
| HSV(B) | 108.78º | 0.82% | 0.59% | - |
| XYZ | 12.42 | 22.57 | 4.74 | - |
| YUV | 106.08 | 83.37 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 27 | 0.67 | 0 | 0.82 | 0.41 | 108.78 | 0.69 | 0.35 |
| Hex | 32 | 96 | 1B | 43 | 0 | 52 | 29 | 6D | 45 | 23 |
| Octal | 62 | 226 | 33 | 103 | 0 | 122 | 51 | 155 | 105 | 43 |
| Binary | 110010 | 10010110 | 11011 | 1000011 | 0 | 1010010 | 101001 | 1101101 | 1000101 | 100011 |
Color Harmonies of #32961B
Complementary color
Monochromatic Colors of #32961B
Black with #32961B
Text Example
Text Example
White with #32961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32961B; }
p { color: rgb(50,150,27); }
H1.HeaderClassName
{
color: #32961B;
}
.AnyTagClassName
{
color: #32961B;
}
</style>
background-color css
<style>
a { background-color: #32961B; }
a { background-color: rgb(50,150,27); }
div.DivClassName
{
background-color: #32961B;
}
.BgClassName
{
background-color: #32961B;
}
</style>
border-color css
<style>
span { border-color: #32961B; }
span { border-color: rgb(50,150,27); }
td.TdClassName
{
border-color: #32961B;
}
.TagClassName
{
border-color: #32961B;
}
</style>