#329B12

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

Shades of La Palma #329B12

Tints of La Palma #329B12

Color information

#329B12 (or 0x329B12) is unknown color: approx La Palma. HEX triplet: 32, 9B and 12. RGB value is (50,155,18). Sum of RGB (Red+Green+Blue) = 50+155+18=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 155 (60.94% from 255 or 69.51% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 155 - color contains mainly: green. Hex color #329B12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329B12 is #CD64ED. Grayscale: #6C6C6C. Windows color (decimal): -13460718 or 1219378. OLE color: 1219378.

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

Color convert

RGB5015518-
CMYK0.6800.880.39
HSL105.99º79.19%33.92%-
HSV(B)105.99º88.39%60.78%-
XYZ13.1524.164.54-
YUV107.9977.2186.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 155 (60.94% from 255) = 69.51%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=22.42%
G=69.51%
B=8.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155180.6800.880.39105.9979.1933.92
Hex329B1244058276a4f22
Octal622332210401304715211742
Binary110010100110111001010001000101100010011111010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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