#329C0A

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

Shades of La Palma #329C0A

Tints of La Palma #329C0A

Color information

#329C0A (or 0x329C0A) is unknown color: approx La Palma. HEX triplet: 32, 9C and 0A. RGB value is (50,156,10). Sum of RGB (Red+Green+Blue) = 50+156+10=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 156 (61.33% from 255 or 72.22% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 156 - color contains mainly: green. Hex color #329C0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329C0A is #CD63F5. Grayscale: #6C6C6C. Windows color (decimal): -13460470 or 695346. OLE color: 695346.

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

Color convert

RGB5015610-
CMYK0.6800.940.39
HSL103.56º87.95%32.55%-
HSV(B)103.56º93.59%61.18%-
XYZ13.2624.484.31-
YUV107.6672.8886.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 156 (61.33% from 255) = 72.22%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=23.15%
G=72.22%
B=4.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50156100.6800.940.39103.5687.9532.55
Hex329CA4405E27685821
Octal622341210401364715013041
Binary11001010011100101010001000101111010011111010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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