#329C0C

Color #329C0C La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #329C0C

Tints of La Palma #329C0C

Color information

#329C0C (or 0x329C0C) is unknown color: approx La Palma. HEX triplet: 32, 9C and 0C. RGB value is (50,156,12). Sum of RGB (Red+Green+Blue) = 50+156+12=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 156 (61.33% from 255 or 71.56% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 156 - color contains mainly: green. Hex color #329C0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329C0C is #CD63F3. Grayscale: #6C6C6C. Windows color (decimal): -13460468 or 826418. OLE color: 826418.

HSL color Cylindrical-coordinate representation of color #329C0C: hue angle of 104.17º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #329C0C is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB5015612-
CMYK0.6800.920.39
HSL104.17º85.71%32.94%-
HSV(B)104.17º92.31%61.18%-
XYZ13.2724.484.37-
YUV107.8973.8886.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 156 (61.33% from 255) = 71.56%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=22.94%
G=71.56%
B=5.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50156120.6800.920.39104.1785.7132.94
Hex329CC4405C27685621
Octal622341410401344715012641
Binary11001010011100110010001000101110010011111010001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329C0C; }

 p { color: rgb(50,156,12); }

 H1.HeaderClassName
 {
   color: #329C0C;
 }
 .AnyTagClassName
 {
   color: #329C0C;
 }
</style>
background-color css

<style>
 a { background-color: #329C0C; }

 a { background-color: rgb(50,156,12); }

 div.DivClassName
 {
   background-color: #329C0C;
 }
 .BgClassName
 {
   background-color: #329C0C;
 }
</style>
border-color css

<style>
 span { border-color: #329C0C; }

 span { border-color: rgb(50,156,12); }

 td.TdClassName
 {
   border-color: #329C0C;
 }
 .TagClassName
 {
   border-color: #329C0C;
 }
</style>