#325029

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

Shades of Palm Leaf #325029

Tints of Palm Leaf #325029

Color information

#325029 (or 0x325029) is unknown color: approx Palm Leaf. HEX triplet: 32, 50 and 29. RGB value is (50,80,41). Sum of RGB (Red+Green+Blue) = 50+80+41=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #325029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325029 is #CDAFD6. Grayscale: #424242. Windows color (decimal): -13479895 or 2707506. OLE color: 2707506.

HSL color Cylindrical-coordinate representation of color #325029: hue angle of 106.15º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325029 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB508041-
CMYK0.3700.490.69
HSL106.15º32.23%23.73%-
HSV(B)106.15º48.75%31.37%-
XYZ4.586.583.13-
YUV66.58113.56116.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=29.24%
G=46.78%
B=23.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080410.3700.490.69106.1532.2323.73
Hex32502925031456a2018
Octal6212051450611051524030
Binary110010101000010100110010101100011000101110101010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325029; }

 p { color: rgb(50,80,41); }

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

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

 a { background-color: rgb(50,80,41); }

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

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

 span { border-color: rgb(50,80,41); }

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