#328E21

Color #328E21 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #328E21

Tints of La Palma #328E21

Color information

#328E21 (or 0x328E21) is unknown color: approx La Palma. HEX triplet: 32, 8E and 21. RGB value is (50,142,33). Sum of RGB (Red+Green+Blue) = 50+142+33=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #328E21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328E21 is #CD71DE. Grayscale: #666666. Windows color (decimal): -13464031 or 2199090. OLE color: 2199090.

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

Color convert

RGB5014233-
CMYK0.6500.770.44
HSL110.64º62.29%34.31%-
HSV(B)110.64º76.76%55.69%-
XYZ11.2620.134.73-
YUV102.0789.0290.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 142 (55.86% from 255) = 63.11%
BLUE value IS 33 (13.28% from 255) = 14.67%
R=22.22%
G=63.11%
B=14.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50142330.6500.770.44110.6462.2934.31
Hex328E214104D2C6f3e22
Octal62216411010115541577642
Binary110010100011101000011000001010011011011001101111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,142,33); }

 H1.HeaderClassName
 {
   color: #328E21;
 }
 .AnyTagClassName
 {
   color: #328E21;
 }
</style>
background-color css

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

 a { background-color: rgb(50,142,33); }

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

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

 span { border-color: rgb(50,142,33); }

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