#325A15

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

Shades of Palm Leaf #325A15

Tints of Palm Leaf #325A15

Color information

#325A15 (or 0x325A15) is unknown color: approx Palm Leaf. HEX triplet: 32, 5A and 15. RGB value is (50,90,21). Sum of RGB (Red+Green+Blue) = 50+90+21=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #325A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325A15 is #CDA5EA. Grayscale: #464646. Windows color (decimal): -13477355 or 1399346. OLE color: 1399346.

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

Color convert

RGB509021-
CMYK0.4400.770.65
HSL94.78º62.16%21.76%-
HSV(B)94.78º76.67%35.29%-
XYZ5.118.041.99-
YUV70.17100.25113.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 90 (35.55% from 255) = 55.90%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=31.06%
G=55.90%
B=13.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5090210.4400.770.6594.7862.1621.76
Hex325A152C04D415f3e16
Octal62132255401151011377626
Binary110010101101010101101100010011011000001101111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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