Shades of La Palma #329B0B
Tints of La Palma #329B0B
RGB
CMYK
RGB Variations
Color information
#329B0B (or 0x329B0B) is known color: La Palma. HEX triplet: 32, 9B and 0B. RGB value is (50,155,11). Sum of RGB (Red+Green+Blue) = 50+155+11=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 155 (60.94% from 255 or 71.76% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 155 - color contains mainly: green. Hex color #329B0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329B0B is #CD64F4. Grayscale: #6B6B6B. Windows color (decimal): -13460725 or 760626. OLE color: 760626.
HSL color Cylindrical-coordinate representation of color #329B0B: hue angle of 103.75º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #329B0B is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 11 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.39 |
| HSL | 103.75º | 0.87% | 0.33% | - |
| HSV(B) | 103.75º | 0.93% | 0.61% | - |
| XYZ | 13.1 | 24.14 | 4.29 | - |
| YUV | 107.19 | 73.71 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 11 | 0.68 | 0 | 0.93 | 0.39 | 103.75 | 0.87 | 0.33 |
| Hex | 32 | 9B | B | 44 | 0 | 5D | 27 | 68 | 57 | 21 |
| Octal | 62 | 233 | 13 | 104 | 0 | 135 | 47 | 150 | 127 | 41 |
| Binary | 110010 | 10011011 | 1011 | 1000100 | 0 | 1011101 | 100111 | 1101000 | 1010111 | 100001 |
Color Harmonies of #329B0B
Complementary color
Monochromatic Colors of #329B0B
Black with #329B0B
Text Example
Text Example
White with #329B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B0B; }
p { color: rgb(50,155,11); }
H1.HeaderClassName
{
color: #329B0B;
}
.AnyTagClassName
{
color: #329B0B;
}
</style>
background-color css
<style>
a { background-color: #329B0B; }
a { background-color: rgb(50,155,11); }
div.DivClassName
{
background-color: #329B0B;
}
.BgClassName
{
background-color: #329B0B;
}
</style>
border-color css
<style>
span { border-color: #329B0B; }
span { border-color: rgb(50,155,11); }
td.TdClassName
{
border-color: #329B0B;
}
.TagClassName
{
border-color: #329B0B;
}
</style>