#324B2C

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

Shades of Palm Leaf #324B2C

Tints of Palm Leaf #324B2C

Color information

#324B2C (or 0x324B2C) is unknown color: approx Palm Leaf. HEX triplet: 32, 4B and 2C. RGB value is (50,75,44). Sum of RGB (Red+Green+Blue) = 50+75+44=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #324B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B2C is #CDB4D3. Grayscale: #404040. Windows color (decimal): -13481172 or 2902834. OLE color: 2902834.

HSL color Cylindrical-coordinate representation of color #324B2C: hue angle of 108.39º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #324B2C is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB507544-
CMYK0.3300.410.71
HSL108.39º26.05%23.33%-
HSV(B)108.39º41.33%29.41%-
XYZ4.295.893.29-
YUV63.99116.72118.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=29.59%
G=44.38%
B=26.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5075440.3300.410.71108.3926.0523.33
Hex324B2C21029476c1a17
Octal6211354410511071543227
Binary11001010010111011001000010101001100011111011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,75,44); }

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

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

 a { background-color: rgb(50,75,44); }

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

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

 span { border-color: rgb(50,75,44); }

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