#325620

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

Shades of Palm Leaf #325620

Tints of Palm Leaf #325620

Color information

#325620 (or 0x325620) is unknown color: approx Palm Leaf. HEX triplet: 32, 56 and 20. RGB value is (50,86,32). Sum of RGB (Red+Green+Blue) = 50+86+32=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #325620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325620 is #CDA9DF. Grayscale: #454545. Windows color (decimal): -13478368 or 2119218. OLE color: 2119218.

HSL color Cylindrical-coordinate representation of color #325620: hue angle of 100º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325620 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB508632-
CMYK0.4200.630.66
HSL100º45.76%23.14%-
HSV(B)100º62.79%33.73%-
XYZ4.97.442.54-
YUV69.08107.07114.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 86 (33.98% from 255) = 51.19%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=29.76%
G=51.19%
B=19.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086320.4200.630.6610045.7623.14
Hex3256202A03F42642e17
Octal6212640520771021445627
Binary110010101011010000010101001111111000010110010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325620; }

 p { color: rgb(50,86,32); }

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

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

 a { background-color: rgb(50,86,32); }

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

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

 span { border-color: rgb(50,86,32); }

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