#325521

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

Shades of Palm Leaf #325521

Tints of Palm Leaf #325521

Color information

#325521 (or 0x325521) is unknown color: approx Palm Leaf. HEX triplet: 32, 55 and 21. RGB value is (50,85,33). Sum of RGB (Red+Green+Blue) = 50+85+33=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #325521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325521 is #CDAADE. Grayscale: #444444. Windows color (decimal): -13478623 or 2184498. OLE color: 2184498.

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

Color convert

RGB508533-
CMYK0.4100.610.67
HSL100.38º44.07%23.14%-
HSV(B)100.38º61.18%33.33%-
XYZ4.847.282.59-
YUV68.61107.9114.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=29.76%
G=50.60%
B=19.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085330.4100.610.67100.3844.0723.14
Hex3255212903D43642c17
Octal6212541510751031445427
Binary110010101010110000110100101111011000011110010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325521; }

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

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

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

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

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

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

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

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