#324331

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

Shades of Palm Leaf #324331

Tints of Palm Leaf #324331

Color information

#324331 (or 0x324331) is unknown color: approx Palm Leaf. HEX triplet: 32, 43 and 31. RGB value is (50,67,49). Sum of RGB (Red+Green+Blue) = 50+67+49=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 67 - color contains mainly: green. Hex color #324331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324331 is #CDBCCE. Grayscale: #3B3B3B. Windows color (decimal): -13483215 or 3228466. OLE color: 3228466.

HSL color Cylindrical-coordinate representation of color #324331: hue angle of 116.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #324331 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB506749-
CMYK0.2500.270.74
HSL116.67º15.52%22.75%-
HSV(B)116.67º26.87%26.27%-
XYZ3.884.913.65-
YUV59.86121.87120.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 67 (26.56% from 255) = 40.36%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=30.12%
G=40.36%
B=29.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5067490.2500.270.74116.6715.5222.75
Hex3243311901B4A751017
Octal6210361310331121652027
Binary110010100001111000111001011011100101011101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324331; }

 p { color: rgb(50,67,49); }

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

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

 a { background-color: rgb(50,67,49); }

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

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

 span { border-color: rgb(50,67,49); }

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