Shades of La Palma #329C06
Tints of La Palma #329C06
RGB
CMYK
RGB Variations
Color information
#329C06 (or 0x329C06) is known color: La Palma. HEX triplet: 32, 9C and 06. RGB value is (50,156,6). Sum of RGB (Red+Green+Blue) = 50+156+6=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 156 (61.33% from 255 or 73.58% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 156 - color contains mainly: green. Hex color #329C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329C06 is #CD63F9. Grayscale: #6B6B6B. Windows color (decimal): -13460474 or 433202. OLE color: 433202.
HSL color Cylindrical-coordinate representation of color #329C06: hue angle of 102.4º 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 #329C06 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 6 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.39 |
| HSL | 102.4º | 0.93% | 0.32% | - |
| HSV(B) | 102.4º | 0.96% | 0.61% | - |
| XYZ | 13.24 | 24.47 | 4.2 | - |
| YUV | 107.21 | 70.88 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 6 | 0.68 | 0 | 0.96 | 0.39 | 102.4 | 0.93 | 0.32 |
| Hex | 32 | 9C | 6 | 44 | 0 | 60 | 27 | 66 | 5D | 20 |
| Octal | 62 | 234 | 6 | 104 | 0 | 140 | 47 | 146 | 135 | 40 |
| Binary | 110010 | 10011100 | 110 | 1000100 | 0 | 1100000 | 100111 | 1100110 | 1011101 | 100000 |
Color Harmonies of #329C06
Complementary color
Monochromatic Colors of #329C06
Black with #329C06
Text Example
Text Example
White with #329C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C06; }
p { color: rgb(50,156,6); }
H1.HeaderClassName
{
color: #329C06;
}
.AnyTagClassName
{
color: #329C06;
}
</style>
background-color css
<style>
a { background-color: #329C06; }
a { background-color: rgb(50,156,6); }
div.DivClassName
{
background-color: #329C06;
}
.BgClassName
{
background-color: #329C06;
}
</style>
border-color css
<style>
span { border-color: #329C06; }
span { border-color: rgb(50,156,6); }
td.TdClassName
{
border-color: #329C06;
}
.TagClassName
{
border-color: #329C06;
}
</style>