#325A21

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

Shades of Palm Leaf #325A21

Tints of Palm Leaf #325A21

Color information

#325A21 (or 0x325A21) is unknown color: approx Palm Leaf. HEX triplet: 32, 5A and 21. RGB value is (50,90,33). Sum of RGB (Red+Green+Blue) = 50+90+33=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #325A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325A21 is #CDA5DE. Grayscale: #474747. Windows color (decimal): -13477343 or 2185778. OLE color: 2185778.

HSL color Cylindrical-coordinate representation of color #325A21: hue angle of 102.11º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325A21 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB509033-
CMYK0.4400.630.65
HSL102.11º46.34%24.12%-
HSV(B)102.11º63.33%35.29%-
XYZ5.258.12.73-
YUV71.54106.25112.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 90 (35.55% from 255) = 52.02%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=28.90%
G=52.02%
B=19.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5090330.4400.630.65102.1146.3424.12
Hex325A212C03F41662e18
Octal6213241540771011465630
Binary110010101101010000110110001111111000001110011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325A21; }

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

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

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

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

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

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

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

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