#32542C

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

Shades of Palm Leaf #32542C

Tints of Palm Leaf #32542C

Color information

#32542C (or 0x32542C) is unknown color: approx Palm Leaf. HEX triplet: 32, 54 and 2C. RGB value is (50,84,44). Sum of RGB (Red+Green+Blue) = 50+84+44=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #32542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32542C is #CDABD3. Grayscale: #454545. Windows color (decimal): -13478868 or 2905138. OLE color: 2905138.

HSL color Cylindrical-coordinate representation of color #32542C: hue angle of 111º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32542C is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB508444-
CMYK0.4000.480.67
HSL111º31.25%25.1%-
HSV(B)111º47.62%32.94%-
XYZ4.947.23.51-
YUV69.27113.74114.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 44 (17.58% from 255) = 24.72%
R=28.09%
G=47.19%
B=24.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084440.4000.480.6711131.2525.1
Hex32542C28030436f1f19
Octal6212454500601031573731
Binary11001010101001011001010000110000100001111011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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