#329602

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

Shades of La Palma #329602

Tints of La Palma #329602

Color information

#329602 (or 0x329602) is unknown color: approx La Palma. HEX triplet: 32, 96 and 02. RGB value is (50,150,2). Sum of RGB (Red+Green+Blue) = 50+150+2=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 150 (58.98% from 255 or 74.26% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 150 - color contains mainly: green. Hex color #329602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329602 is #CD69FD. Grayscale: #676767. Windows color (decimal): -13462014 or 169522. OLE color: 169522.

HSL color Cylindrical-coordinate representation of color #329602: hue angle of 100.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #329602 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB501502-
CMYK0.6700.990.41
HSL100.54º97.37%29.8%-
HSV(B)100.54º98.67%58.82%-
XYZ12.2322.53.75-
YUV103.2370.8790.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 150 (58.98% from 255) = 74.26%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=24.75%
G=74.26%
B=0.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5015020.6700.990.41100.5497.3729.8
Hex32962430632965611e
Octal62226210301435114514136
Binary11001010010110101000011011000111010011100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329602; }

 p { color: rgb(50,150,2); }

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

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

 a { background-color: rgb(50,150,2); }

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

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

 span { border-color: rgb(50,150,2); }

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