#324931

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

Shades of Palm Leaf #324931

Tints of Palm Leaf #324931

Color information

#324931 (or 0x324931) is unknown color: approx Palm Leaf. HEX triplet: 32, 49 and 31. RGB value is (50,73,49). Sum of RGB (Red+Green+Blue) = 50+73+49=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #324931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324931 is #CDB6CE. Grayscale: #3F3F3F. Windows color (decimal): -13481679 or 3230002. OLE color: 3230002.

HSL color Cylindrical-coordinate representation of color #324931: hue angle of 117.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324931 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB507349-
CMYK0.3200.330.71
HSL117.5º19.67%23.92%-
HSV(B)117.5º32.88%28.63%-
XYZ4.255.663.78-
YUV63.39119.88118.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 73 (28.91% from 255) = 42.44%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=29.07%
G=42.44%
B=28.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073490.3200.330.71117.519.6723.92
Hex3249312002147761418
Octal6211161400411071662430
Binary11001010010011100011000000100001100011111101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324931; }

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

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

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

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

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

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

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

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