#324E21

Color #324E21 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #324E21

Tints of Palm Leaf #324E21

Color information

#324E21 (or 0x324E21) is unknown color: approx Palm Leaf. HEX triplet: 32, 4E and 21. RGB value is (50,78,33). Sum of RGB (Red+Green+Blue) = 50+78+33=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #324E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E21 is #CDB1DE. Grayscale: #404040. Windows color (decimal): -13480415 or 2182706. OLE color: 2182706.

HSL color Cylindrical-coordinate representation of color #324E21: hue angle of 97.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324E21 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB507833-
CMYK0.3600.580.69
HSL97.33º40.54%21.76%-
HSV(B)97.33º57.69%30.59%-
XYZ4.316.242.42-
YUV64.5110.22117.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 78 (30.86% from 255) = 48.45%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=31.06%
G=48.45%
B=20.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078330.3600.580.6997.3340.5421.76
Hex324E212403A45612916
Octal6211641440721051415126
Binary110010100111010000110010001110101000101110000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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