#324428

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

Shades of Palm Leaf #324428

Tints of Palm Leaf #324428

Color information

#324428 (or 0x324428) is unknown color: approx Palm Leaf. HEX triplet: 32, 44 and 28. RGB value is (50,68,40). Sum of RGB (Red+Green+Blue) = 50+68+40=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #324428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324428 is #CDBBD7. Grayscale: #3B3B3B. Windows color (decimal): -13482968 or 2638898. OLE color: 2638898.

HSL color Cylindrical-coordinate representation of color #324428: hue angle of 98.57º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #324428 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB506840-
CMYK0.2600.410.73
HSL98.57º25.93%21.18%-
HSV(B)98.57º41.18%26.67%-
XYZ3.774.972.77-
YUV59.43117.04121.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=31.65%
G=43.04%
B=25.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5068400.2600.410.7398.5725.9321.18
Hex3244281A02949631a15
Octal6210450320511111433225
Binary1100101000100101000110100101001100100111000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324428; }

 p { color: rgb(50,68,40); }

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

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

 a { background-color: rgb(50,68,40); }

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

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

 span { border-color: rgb(50,68,40); }

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