#3A5729

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

Shades of Palm Leaf #3A5729

Tints of Palm Leaf #3A5729

Color information

#3A5729 (or 0x3A5729) is unknown color: approx Palm Leaf. HEX triplet: 3A, 57 and 29. RGB value is (58,87,41). Sum of RGB (Red+Green+Blue) = 58+87+41=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #3A5729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5729 is #C5A8D6. Grayscale: #494949. Windows color (decimal): -12953815 or 2709306. OLE color: 2709306.

HSL color Cylindrical-coordinate representation of color #3A5729: hue angle of 97.83º degrees, saturation: 0.36, 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 #3A5729 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB588741-
CMYK0.3300.530.66
HSL97.83º35.94%25.1%-
HSV(B)97.83º52.87%34.12%-
XYZ5.557.883.33-
YUV73.09109.89117.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 87 (34.38% from 255) = 46.77%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=31.18%
G=46.77%
B=22.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5887410.3300.530.6697.8335.9425.1
Hex3A57292103542622419
Octal7212751410651021424431
Binary111010101011110100110000101101011000010110001010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5729; }

 p { color: rgb(58,87,41); }

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

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

 a { background-color: rgb(58,87,41); }

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

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

 span { border-color: rgb(58,87,41); }

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