#325520

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

Shades of Palm Leaf #325520

Tints of Palm Leaf #325520

Color information

#325520 (or 0x325520) is unknown color: approx Palm Leaf. HEX triplet: 32, 55 and 20. RGB value is (50,85,32). Sum of RGB (Red+Green+Blue) = 50+85+32=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #325520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325520 is #CDAADF. Grayscale: #444444. Windows color (decimal): -13478624 or 2118962. OLE color: 2118962.

HSL color Cylindrical-coordinate representation of color #325520: hue angle of 99.62º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325520 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB508532-
CMYK0.4100.620.67
HSL99.62º45.3%22.94%-
HSV(B)99.62º62.35%33.33%-
XYZ4.827.282.52-
YUV68.49107.4114.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=29.94%
G=50.90%
B=19.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085320.4100.620.6799.6245.322.94
Hex3255202903E43642d17
Octal6212540510761031445527
Binary110010101010110000010100101111101000011110010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325520; }

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

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

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

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

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

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

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

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