Html Css Color HEX #329214 La Palma

📋 copy color: '#329214'

red 50 ◦ green 146 ◦ blue 20

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

Shades of La Palma #329214

Tints of La Palma #329214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 67.59%

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

R = 23.15%
G = 67.59%
B = 9.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#329214 (or 0x329214) is known color: La Palma. HEX triplet: 32, 92 and 14. RGB value is (50,146,20). Sum of RGB (Red+Green+Blue) = 50+146+20=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 146 (57.42% from 255 or 67.59% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 146 - color contains mainly: green. Hex color #329214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329214 is #CD6DEB. Grayscale: #676767. Windows color (decimal): -13463020 or 1348146. OLE color: 1348146.

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

Color convert

RGB 50 146 20 -
CMYK 0.66 0 0.86 0.43
HSL 105.71º 0.76% 0.33% -
HSV(B) 105.71º 0.86% 0.57% -
XYZ 11.72 21.29 4.15 -
YUV 102.93 81.2 90.25 -
System Red Green Blue C M Y K H S L
Decimal 50 146 20 0.66 0 0.86 0.43 105.71 0.76 0.33
Hex 32 92 14 42 0 56 2B 6A 4C 21
Octal 62 222 24 102 0 126 53 152 114 41
Binary 110010 10010010 10100 1000010 0 1010110 101011 1101010 1001100 100001

Color Harmonies of #329214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329214

Black with #329214

Text Example


Text Example

White with #329214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329214; }

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

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

background-color css

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

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

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

border-color css

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

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

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