#3A572A

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

Shades of Palm Leaf #3A572A

Tints of Palm Leaf #3A572A

Color information

#3A572A (or 0x3A572A) is unknown color: approx Palm Leaf. HEX triplet: 3A, 57 and 2A. RGB value is (58,87,42). Sum of RGB (Red+Green+Blue) = 58+87+42=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 87 - color contains mainly: green. Hex color #3A572A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A572A is #C5A8D5. Grayscale: #494949. Windows color (decimal): -12953814 or 2774842. OLE color: 2774842.

HSL color Cylindrical-coordinate representation of color #3A572A: hue angle of 98.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A572A is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB588742-
CMYK0.3300.520.66
HSL98.67º34.88%25.29%-
HSV(B)98.67º51.72%34.12%-
XYZ5.577.883.42-
YUV73.2110.39117.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 87 (34.38% from 255) = 46.52%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=31.02%
G=46.52%
B=22.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5887420.3300.520.6698.6734.8825.29
Hex3A572A2103442632319
Octal7212752410641021434331
Binary111010101011110101010000101101001000010110001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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