Shades of La Palma #329E0F
Tints of La Palma #329E0F
RGB
CMYK
RGB Variations
Color information
#329E0F (or 0x329E0F) is known color: La Palma. HEX triplet: 32, 9E and 0F. RGB value is (50,158,15). Sum of RGB (Red+Green+Blue) = 50+158+15=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 158 (62.11% from 255 or 70.85% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 158 - color contains mainly: green. Hex color #329E0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329E0F is #CD61F0. Grayscale: #6D6D6D. Windows color (decimal): -13459953 or 1023538. OLE color: 1023538.
HSL color Cylindrical-coordinate representation of color #329E0F: hue angle of 105.31º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #329E0F is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 15 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.38 |
| HSL | 105.31º | 0.83% | 0.34% | - |
| HSV(B) | 105.31º | 0.91% | 0.62% | - |
| XYZ | 13.63 | 25.17 | 4.59 | - |
| YUV | 109.41 | 74.72 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 15 | 0.68 | 0 | 0.91 | 0.38 | 105.31 | 0.83 | 0.34 |
| Hex | 32 | 9E | F | 44 | 0 | 5B | 26 | 69 | 53 | 22 |
| Octal | 62 | 236 | 17 | 104 | 0 | 133 | 46 | 151 | 123 | 42 |
| Binary | 110010 | 10011110 | 1111 | 1000100 | 0 | 1011011 | 100110 | 1101001 | 1010011 | 100010 |
Color Harmonies of #329E0F
Complementary color
Monochromatic Colors of #329E0F
Black with #329E0F
Text Example
Text Example
White with #329E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E0F; }
p { color: rgb(50,158,15); }
H1.HeaderClassName
{
color: #329E0F;
}
.AnyTagClassName
{
color: #329E0F;
}
</style>
background-color css
<style>
a { background-color: #329E0F; }
a { background-color: rgb(50,158,15); }
div.DivClassName
{
background-color: #329E0F;
}
.BgClassName
{
background-color: #329E0F;
}
</style>
border-color css
<style>
span { border-color: #329E0F; }
span { border-color: rgb(50,158,15); }
td.TdClassName
{
border-color: #329E0F;
}
.TagClassName
{
border-color: #329E0F;
}
</style>