Shades of La Palma #329B09
Tints of La Palma #329B09
RGB
CMYK
RGB Variations
Color information
#329B09 (or 0x329B09) is known color: La Palma. HEX triplet: 32, 9B and 09. RGB value is (50,155,9). Sum of RGB (Red+Green+Blue) = 50+155+9=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 155 (60.94% from 255 or 72.43% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 155 - color contains mainly: green. Hex color #329B09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329B09 is #CD64F6. Grayscale: #6B6B6B. Windows color (decimal): -13460727 or 629554. OLE color: 629554.
HSL color Cylindrical-coordinate representation of color #329B09: hue angle of 103.15º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #329B09 is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 9 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.39 |
| HSL | 103.15º | 0.89% | 0.32% | - |
| HSV(B) | 103.15º | 0.94% | 0.61% | - |
| XYZ | 13.09 | 24.14 | 4.23 | - |
| YUV | 106.96 | 72.71 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 9 | 0.68 | 0 | 0.94 | 0.39 | 103.15 | 0.89 | 0.32 |
| Hex | 32 | 9B | 9 | 44 | 0 | 5E | 27 | 67 | 59 | 20 |
| Octal | 62 | 233 | 11 | 104 | 0 | 136 | 47 | 147 | 131 | 40 |
| Binary | 110010 | 10011011 | 1001 | 1000100 | 0 | 1011110 | 100111 | 1100111 | 1011001 | 100000 |
Color Harmonies of #329B09
Complementary color
Monochromatic Colors of #329B09
Black with #329B09
Text Example
Text Example
White with #329B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B09; }
p { color: rgb(50,155,9); }
H1.HeaderClassName
{
color: #329B09;
}
.AnyTagClassName
{
color: #329B09;
}
</style>
background-color css
<style>
a { background-color: #329B09; }
a { background-color: rgb(50,155,9); }
div.DivClassName
{
background-color: #329B09;
}
.BgClassName
{
background-color: #329B09;
}
</style>
border-color css
<style>
span { border-color: #329B09; }
span { border-color: rgb(50,155,9); }
td.TdClassName
{
border-color: #329B09;
}
.TagClassName
{
border-color: #329B09;
}
</style>