#325627

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

Shades of Palm Leaf #325627

Tints of Palm Leaf #325627

Color information

#325627 (or 0x325627) is unknown color: approx Palm Leaf. HEX triplet: 32, 56 and 27. RGB value is (50,86,39). Sum of RGB (Red+Green+Blue) = 50+86+39=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #325627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325627 is #CDA9D8. Grayscale: #464646. Windows color (decimal): -13478361 or 2577970. OLE color: 2577970.

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

Color convert

RGB508639-
CMYK0.4200.550.66
HSL105.96º37.6%24.51%-
HSV(B)105.96º54.65%33.73%-
XYZ5.017.483.1-
YUV69.88110.57113.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 86 (33.98% from 255) = 49.14%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=28.57%
G=49.14%
B=22.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086390.4200.550.66105.9637.624.51
Hex3256272A037426a2619
Octal6212647520671021524631
Binary110010101011010011110101001101111000010110101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325627; }

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

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

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

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

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

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

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

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