Html Css Color HEX #329014 La Palma

📋 copy color: '#329014'

red 50 ◦ green 144 ◦ blue 20

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

Shades of La Palma #329014

Tints of La Palma #329014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 67.29%

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 23.36%
G = 67.29%
B = 9.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#329014 (or 0x329014) is known color: La Palma. HEX triplet: 32, 90 and 14. RGB value is (50,144,20). Sum of RGB (Red+Green+Blue) = 50+144+20=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 144 (56.64% from 255 or 67.29% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 144 - color contains mainly: green. Hex color #329014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329014 is #CD6FEB. Grayscale: #666666. Windows color (decimal): -13463532 or 1347634. OLE color: 1347634.

HSL color Cylindrical-coordinate representation of color #329014: hue angle of 105.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #329014 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 20 -
CMYK 0.65 0 0.86 0.44
HSL 105.48º 0.76% 0.32% -
HSV(B) 105.48º 0.86% 0.56% -
XYZ 11.41 20.68 4.05 -
YUV 101.76 81.86 91.08 -
System Red Green Blue C M Y K H S L
Decimal 50 144 20 0.65 0 0.86 0.44 105.48 0.76 0.32
Hex 32 90 14 41 0 56 2C 69 4C 20
Octal 62 220 24 101 0 126 54 151 114 40
Binary 110010 10010000 10100 1000001 0 1010110 101100 1101001 1001100 100000

Color Harmonies of #329014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329014

Black with #329014

Text Example


Text Example

White with #329014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329014; }

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

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

background-color css

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

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

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

border-color css

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

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

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