#325720

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

Shades of Palm Leaf #325720

Tints of Palm Leaf #325720

Color information

#325720 (or 0x325720) is unknown color: approx Palm Leaf. HEX triplet: 32, 57 and 20. RGB value is (50,87,32). Sum of RGB (Red+Green+Blue) = 50+87+32=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 87 (34.38% from 255 or 51.48% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 87 - color contains mainly: green. Hex color #325720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325720 is #CDA8DF. Grayscale: #454545. Windows color (decimal): -13478112 or 2119474. OLE color: 2119474.

HSL color Cylindrical-coordinate representation of color #325720: hue angle of 100.36º 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 #325720 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB508732-
CMYK0.4300.630.66
HSL100.36º46.22%23.33%-
HSV(B)100.36º63.22%34.12%-
XYZ4.987.62.57-
YUV69.67106.74113.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 87 (34.38% from 255) = 51.48%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=29.59%
G=51.48%
B=18.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087320.4300.630.66100.3646.2223.33
Hex3257202B03F42642e17
Octal6212740530771021445627
Binary110010101011110000010101101111111000010110010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325720; }

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

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

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

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

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

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

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

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