#3A542D

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

Shades of Palm Leaf #3A542D

Tints of Palm Leaf #3A542D

Color information

#3A542D (or 0x3A542D) is unknown color: approx Palm Leaf. HEX triplet: 3A, 54 and 2D. RGB value is (58,84,45). Sum of RGB (Red+Green+Blue) = 58+84+45=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #3A542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A542D is #C5ABD2. Grayscale: #474747. Windows color (decimal): -12954579 or 2970682. OLE color: 2970682.

HSL color Cylindrical-coordinate representation of color #3A542D: hue angle of 100º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A542D is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB588445-
CMYK0.3100.460.67
HSL100º30.23%25.29%-
HSV(B)100º46.43%32.94%-
XYZ5.397.433.63-
YUV71.78112.89118.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=31.02%
G=44.92%
B=24.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5884450.3100.460.6710030.2325.29
Hex3A542D1F02E43641e19
Octal7212455370561031443631
Binary1110101010100101101111110101110100001111001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,84,45); }

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

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

 a { background-color: rgb(58,84,45); }

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

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

 span { border-color: rgb(58,84,45); }

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