#325A16

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

Shades of Palm Leaf #325A16

Tints of Palm Leaf #325A16

Color information

#325A16 (or 0x325A16) is unknown color: approx Palm Leaf. HEX triplet: 32, 5A and 16. RGB value is (50,90,22). Sum of RGB (Red+Green+Blue) = 50+90+22=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #325A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325A16 is #CDA5E9. Grayscale: #464646. Windows color (decimal): -13477354 or 1464882. OLE color: 1464882.

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

Color convert

RGB509022-
CMYK0.4400.760.65
HSL95.29º60.71%21.96%-
HSV(B)95.29º75.56%35.29%-
XYZ5.128.052.04-
YUV70.29100.75113.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.86%
GREEN value IS 90 (35.55% from 255) = 55.56%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=30.86%
G=55.56%
B=13.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5090220.4400.760.6595.2960.7121.96
Hex325A162C04C415f3d16
Octal62132265401141011377526
Binary110010101101010110101100010011001000001101111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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