#325221

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

Shades of Palm Leaf #325221

Tints of Palm Leaf #325221

Color information

#325221 (or 0x325221) is unknown color: approx Palm Leaf. HEX triplet: 32, 52 and 21. RGB value is (50,82,33). Sum of RGB (Red+Green+Blue) = 50+82+33=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #325221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325221 is #CDADDE. Grayscale: #434343. Windows color (decimal): -13479391 or 2183730. OLE color: 2183730.

HSL color Cylindrical-coordinate representation of color #325221: hue angle of 99.18º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #325221 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB508233-
CMYK0.3900.600.68
HSL99.18º42.61%22.55%-
HSV(B)99.18º59.76%32.16%-
XYZ4.616.822.51-
YUV66.85108.9115.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 82 (32.42% from 255) = 49.70%
BLUE value IS 33 (13.28% from 255) = 20%
R=30.30%
G=49.70%
B=20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082330.3900.600.6899.1842.6122.55
Hex3252212703C44632b17
Octal6212241470741041435327
Binary110010101001010000110011101111001000100110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325221; }

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

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

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

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

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

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

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

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