#32492C

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

Shades of Palm Leaf #32492C

Tints of Palm Leaf #32492C

Color information

#32492C (or 0x32492C) is unknown color: approx Palm Leaf. HEX triplet: 32, 49 and 2C. RGB value is (50,73,44). Sum of RGB (Red+Green+Blue) = 50+73+44=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #32492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32492C is #CDB6D3. Grayscale: #3E3E3E. Windows color (decimal): -13481684 or 2902322. OLE color: 2902322.

HSL color Cylindrical-coordinate representation of color #32492C: hue angle of 107.59º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #32492C is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB507344-
CMYK0.3200.400.71
HSL107.59º24.79%22.94%-
HSV(B)107.59º39.73%28.63%-
XYZ4.155.633.25-
YUV62.82117.38118.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=29.94%
G=43.71%
B=26.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073440.3200.400.71107.5924.7922.94
Hex32492C20028476c1917
Octal6211154400501071543127
Binary11001010010011011001000000101000100011111011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32492C; }

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

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

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

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

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

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

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

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