Html Css Color HEX #329600 La Palma

📋 copy color: '#329600'

red 50 ◦ green 150 ◦ blue 0

#329600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #329600

Tints of La Palma #329600

RGB

 RED value IS 50 (19.92% from 255) = 25%

 GREEN value IS 150 (58.98% from 255) = 75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25%
G = 75%
B = 0%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#329600 (or 0x329600) is known color: La Palma. HEX triplet: 32, 96 and 00. RGB value is (50,150,0). Sum of RGB (Red+Green+Blue) = 50+150+0=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 150 (58.98% from 255 or 75% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 150 - color contains mainly: green. Hex color #329600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329600 is #CD69FF. Grayscale: #676767. Windows color (decimal): -13462016 or 38450. OLE color: 38450.

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

Color convert

RGB 50 150 0 -
CMYK 0.67 0 1 0.41
HSL 100º 1% 0.29% -
HSV(B) 100º 1% 0.59% -
XYZ 12.22 22.49 3.7 -
YUV 103 69.87 90.2 -
System Red Green Blue C M Y K H S L
Decimal 50 150 0 0.67 0 1 0.41 100 1 0.29
Hex 32 96 0 43 0 64 29 64 64 1D
Octal 62 226 0 103 0 144 51 144 144 35
Binary 110010 10010110 0 1000011 0 1100100 101001 1100100 1100100 11101

Color Harmonies of #329600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329600

Black with #329600

Text Example


Text Example

White with #329600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329600; }

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

 H1.HeaderClassName
 {
   color: #329600;
 }
 .AnyTagClassName
 {
   color: #329600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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