#325726

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

Shades of Palm Leaf #325726

Tints of Palm Leaf #325726

Color information

#325726 (or 0x325726) is unknown color: approx Palm Leaf. HEX triplet: 32, 57 and 26. RGB value is (50,87,38). Sum of RGB (Red+Green+Blue) = 50+87+38=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #325726 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325726 is #CDA8D9. Grayscale: #464646. Windows color (decimal): -13478106 or 2512690. OLE color: 2512690.

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

Color convert

RGB508738-
CMYK0.4300.560.66
HSL105.31º39.2%24.51%-
HSV(B)105.31º56.32%34.12%-
XYZ5.077.633.04-
YUV70.35109.74113.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=28.57%
G=49.71%
B=21.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087380.4300.560.66105.3139.224.51
Hex3257262B03842692719
Octal6212746530701021514731
Binary110010101011110011010101101110001000010110100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325726; }

 p { color: rgb(50,87,38); }

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

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

 a { background-color: rgb(50,87,38); }

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

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

 span { border-color: rgb(50,87,38); }

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