Html Css Color HEX #329414 La Palma

📋 copy color: '#329414'

red 50 ◦ green 148 ◦ blue 20

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

Shades of La Palma #329414

Tints of La Palma #329414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 67.89%

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

R = 22.94%
G = 67.89%
B = 9.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#329414 (or 0x329414) is known color: La Palma. HEX triplet: 32, 94 and 14. RGB value is (50,148,20). Sum of RGB (Red+Green+Blue) = 50+148+20=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #329414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329414 is #CD6BEB. Grayscale: #686868. Windows color (decimal): -13462508 or 1348658. OLE color: 1348658.

HSL color Cylindrical-coordinate representation of color #329414: hue angle of 105.94º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #329414 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 148 20 -
CMYK 0.66 0 0.86 0.42
HSL 105.94º 0.76% 0.33% -
HSV(B) 105.94º 0.86% 0.58% -
XYZ 12.03 21.91 4.26 -
YUV 104.11 80.53 89.41 -
System Red Green Blue C M Y K H S L
Decimal 50 148 20 0.66 0 0.86 0.42 105.94 0.76 0.33
Hex 32 94 14 42 0 56 2A 6A 4C 21
Octal 62 224 24 102 0 126 52 152 114 41
Binary 110010 10010100 10100 1000010 0 1010110 101010 1101010 1001100 100001

Color Harmonies of #329414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329414

Black with #329414

Text Example


Text Example

White with #329414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329414; }

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

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

background-color css

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

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

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

border-color css

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

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

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