#329B14

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

Shades of La Palma #329B14

Tints of La Palma #329B14

Color information

#329B14 (or 0x329B14) is unknown color: approx La Palma. HEX triplet: 32, 9B and 14. RGB value is (50,155,20). Sum of RGB (Red+Green+Blue) = 50+155+20=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 155 (60.94% from 255 or 68.89% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 155 - color contains mainly: green. Hex color #329B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329B14 is #CD64EB. Grayscale: #6C6C6C. Windows color (decimal): -13460716 or 1350450. OLE color: 1350450.

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

Color convert

RGB5015520-
CMYK0.6800.870.39
HSL106.67º77.14%34.31%-
HSV(B)106.67º87.1%60.78%-
XYZ13.1624.174.63-
YUV108.2278.2186.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 155 (60.94% from 255) = 68.89%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=22.22%
G=68.89%
B=8.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155200.6800.870.39106.6777.1434.31
Hex329B1444057276b4d22
Octal622332410401274715311542
Binary110010100110111010010001000101011110011111010111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,155,20); }

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

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

 a { background-color: rgb(50,155,20); }

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

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

 span { border-color: rgb(50,155,20); }

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