Shades of La Palma #329908
Tints of La Palma #329908
RGB
CMYK
RGB Variations
Color information
#329908 (or 0x329908) is known color: La Palma. HEX triplet: 32, 99 and 08. RGB value is (50,153,8). Sum of RGB (Red+Green+Blue) = 50+153+8=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #329908 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329908 is #CD66F7. Grayscale: #6A6A6A. Windows color (decimal): -13461240 or 563506. OLE color: 563506.
HSL color Cylindrical-coordinate representation of color #329908: hue angle of 102.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #329908 is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 8 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.4 |
| HSL | 102.62º | 0.9% | 0.32% | - |
| HSV(B) | 102.62º | 0.95% | 0.6% | - |
| XYZ | 12.75 | 23.48 | 4.09 | - |
| YUV | 105.67 | 72.88 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 8 | 0.67 | 0 | 0.95 | 0.4 | 102.62 | 0.9 | 0.32 |
| Hex | 32 | 99 | 8 | 43 | 0 | 5F | 28 | 67 | 5A | 20 |
| Octal | 62 | 231 | 10 | 103 | 0 | 137 | 50 | 147 | 132 | 40 |
| Binary | 110010 | 10011001 | 1000 | 1000011 | 0 | 1011111 | 101000 | 1100111 | 1011010 | 100000 |
Color Harmonies of #329908
Complementary color
Monochromatic Colors of #329908
Black with #329908
Text Example
Text Example
White with #329908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329908; }
p { color: rgb(50,153,8); }
H1.HeaderClassName
{
color: #329908;
}
.AnyTagClassName
{
color: #329908;
}
</style>
background-color css
<style>
a { background-color: #329908; }
a { background-color: rgb(50,153,8); }
div.DivClassName
{
background-color: #329908;
}
.BgClassName
{
background-color: #329908;
}
</style>
border-color css
<style>
span { border-color: #329908; }
span { border-color: rgb(50,153,8); }
td.TdClassName
{
border-color: #329908;
}
.TagClassName
{
border-color: #329908;
}
</style>