#3A542C

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

Shades of Palm Leaf #3A542C

Tints of Palm Leaf #3A542C

Color information

#3A542C (or 0x3A542C) is unknown color: approx Palm Leaf. HEX triplet: 3A, 54 and 2C. RGB value is (58,84,44). Sum of RGB (Red+Green+Blue) = 58+84+44=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #3A542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A542C is #C5ABD3. Grayscale: #474747. Windows color (decimal): -12954580 or 2905146. OLE color: 2905146.

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

Color convert

RGB588444-
CMYK0.3100.480.67
HSL99º31.25%25.1%-
HSV(B)99º47.62%32.94%-
XYZ5.377.423.53-
YUV71.67112.39118.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=31.18%
G=45.16%
B=23.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5884440.3100.480.679931.2525.1
Hex3A542C1F03043631f19
Octal7212454370601031433731
Binary1110101010100101100111110110000100001111000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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