Shades of La Palma #329B06
Tints of La Palma #329B06
RGB
CMYK
RGB Variations
Color information
#329B06 (or 0x329B06) is known color: La Palma. HEX triplet: 32, 9B and 06. RGB value is (50,155,6). Sum of RGB (Red+Green+Blue) = 50+155+6=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 155 (60.94% from 255 or 73.46% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 155 - color contains mainly: green. Hex color #329B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329B06 is #CD64F9. Grayscale: #6B6B6B. Windows color (decimal): -13460730 or 432946. OLE color: 432946.
HSL color Cylindrical-coordinate representation of color #329B06: hue angle of 102.28º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #329B06 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 6 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.39 |
| HSL | 102.28º | 0.93% | 0.32% | - |
| HSV(B) | 102.28º | 0.96% | 0.61% | - |
| XYZ | 13.07 | 24.13 | 4.14 | - |
| YUV | 106.62 | 71.21 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 6 | 0.68 | 0 | 0.96 | 0.39 | 102.28 | 0.93 | 0.32 |
| Hex | 32 | 9B | 6 | 44 | 0 | 60 | 27 | 66 | 5D | 20 |
| Octal | 62 | 233 | 6 | 104 | 0 | 140 | 47 | 146 | 135 | 40 |
| Binary | 110010 | 10011011 | 110 | 1000100 | 0 | 1100000 | 100111 | 1100110 | 1011101 | 100000 |
Color Harmonies of #329B06
Complementary color
Monochromatic Colors of #329B06
Black with #329B06
Text Example
Text Example
White with #329B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B06; }
p { color: rgb(50,155,6); }
H1.HeaderClassName
{
color: #329B06;
}
.AnyTagClassName
{
color: #329B06;
}
</style>
background-color css
<style>
a { background-color: #329B06; }
a { background-color: rgb(50,155,6); }
div.DivClassName
{
background-color: #329B06;
}
.BgClassName
{
background-color: #329B06;
}
</style>
border-color css
<style>
span { border-color: #329B06; }
span { border-color: rgb(50,155,6); }
td.TdClassName
{
border-color: #329B06;
}
.TagClassName
{
border-color: #329B06;
}
</style>