#324E24

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

Shades of Palm Leaf #324E24

Tints of Palm Leaf #324E24

Color information

#324E24 (or 0x324E24) is unknown color: approx Palm Leaf. HEX triplet: 32, 4E and 24. RGB value is (50,78,36). Sum of RGB (Red+Green+Blue) = 50+78+36=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #324E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #324E24 is #CDB1DB. Grayscale: #404040. Windows color (decimal): -13480412 or 2379314. OLE color: 2379314.

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

Color convert

RGB507836-
CMYK0.3600.540.69
HSL100º36.84%22.35%-
HSV(B)100º53.85%30.59%-
XYZ4.366.252.65-
YUV64.84111.72117.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=30.49%
G=47.56%
B=21.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5078360.3600.540.6910036.8422.35
Hex324E242403645642516
Octal6211644440661051444526
Binary110010100111010010010010001101101000101110010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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