Html Css Color HEX #328D20 La Palma

📋 copy color: '#328D20'

red 50 ◦ green 141 ◦ blue 32

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

Shades of La Palma #328D20

Tints of La Palma #328D20

RGB

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

 GREEN value IS 141 (55.47% from 255) = 63.23%

 BLUE value IS 32 (12.89% from 255) = 14.35%

R = 22.42%
G = 63.23%
B = 14.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#328D20 (or 0x328D20) is known color: La Palma. HEX triplet: 32, 8D and 20. RGB value is (50,141,32). Sum of RGB (Red+Green+Blue) = 50+141+32=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 141 (55.47% from 255 or 63.23% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 141 - color contains mainly: green. Hex color #328D20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D20 is #CD72DF. Grayscale: #656565. Windows color (decimal): -13464288 or 2133298. OLE color: 2133298.

HSL color Cylindrical-coordinate representation of color #328D20: hue angle of 110.09º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328D20 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 141 32 -
CMYK 0.65 0 0.77 0.45
HSL 110.09º 0.63% 0.34% -
HSV(B) 110.09º 0.77% 0.55% -
XYZ 11.1 19.83 4.61 -
YUV 101.37 88.85 91.36 -
System Red Green Blue C M Y K H S L
Decimal 50 141 32 0.65 0 0.77 0.45 110.09 0.63 0.34
Hex 32 8D 20 41 0 4D 2D 6E 3F 22
Octal 62 215 40 101 0 115 55 156 77 42
Binary 110010 10001101 100000 1000001 0 1001101 101101 1101110 111111 100010

Color Harmonies of #328D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328D20

Black with #328D20

Text Example


Text Example

White with #328D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328D20; }

 p { color: rgb(50,141,32); }

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

background-color css

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

 a { background-color: rgb(50,141,32); }

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

border-color css

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

 span { border-color: rgb(50,141,32); }

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