#329900

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

Shades of La Palma #329900

Tints of La Palma #329900

Color information

#329900 (or 0x329900) is unknown color: approx La Palma. HEX triplet: 32, 99 and 00. RGB value is (50,153,0). Sum of RGB (Red+Green+Blue) = 50+153+0=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 153 (60.16% from 255 or 75.37% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 153 - color contains mainly: green. Hex color #329900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329900 is #CD66FF. Grayscale: #696969. Windows color (decimal): -13461248 or 39218. OLE color: 39218.

HSL color Cylindrical-coordinate representation of color #329900: hue angle of 100.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #329900 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB501530-
CMYK0.67010.4
HSL100.39º100%30%-
HSV(B)100.39º100%60%-
XYZ12.7123.463.86-
YUV104.7668.8888.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 153 (60.16% from 255) = 75.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.63%
G=75.37%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5015300.67010.4100.3910030
Hex32990430642864641e
Octal62231010301445014414436
Binary1100101001100101000011011001001010001100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329900; }

 p { color: rgb(50,153,0); }

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

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

 a { background-color: rgb(50,153,0); }

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

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

 span { border-color: rgb(50,153,0); }

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