#325628

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

Shades of Palm Leaf #325628

Tints of Palm Leaf #325628

Color information

#325628 (or 0x325628) is unknown color: approx Palm Leaf. HEX triplet: 32, 56 and 28. RGB value is (50,86,40). Sum of RGB (Red+Green+Blue) = 50+86+40=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #325628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325628 is #CDA9D7. Grayscale: #464646. Windows color (decimal): -13478360 or 2643506. OLE color: 2643506.

HSL color Cylindrical-coordinate representation of color #325628: hue angle of 106.96º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #325628 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB508640-
CMYK0.4200.530.66
HSL106.96º36.51%24.71%-
HSV(B)106.96º53.49%33.73%-
XYZ5.037.493.19-
YUV69.99111.07113.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 86 (33.98% from 255) = 48.86%
BLUE value IS 40 (16.02% from 255) = 22.73%
R=28.41%
G=48.86%
B=22.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086400.4200.530.66106.9636.5124.71
Hex3256282A035426b2519
Octal6212650520651021534531
Binary110010101011010100010101001101011000010110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325628; }

 p { color: rgb(50,86,40); }

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

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

 a { background-color: rgb(50,86,40); }

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

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

 span { border-color: rgb(50,86,40); }

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