#3A5429

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

Shades of Palm Leaf #3A5429

Tints of Palm Leaf #3A5429

Color information

#3A5429 (or 0x3A5429) is unknown color: approx Palm Leaf. HEX triplet: 3A, 54 and 29. RGB value is (58,84,41). Sum of RGB (Red+Green+Blue) = 58+84+41=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5429 is #C5ABD6. Grayscale: #474747. Windows color (decimal): -12954583 or 2708538. OLE color: 2708538.

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

Color convert

RGB588441-
CMYK0.3100.510.67
HSL96.28º34.4%24.51%-
HSV(B)96.28º51.19%32.94%-
XYZ5.327.43.25-
YUV71.32110.89118.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=31.69%
G=45.90%
B=22.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5884410.3100.510.6796.2834.424.51
Hex3A54291F03343602219
Octal7212451370631031404231
Binary11101010101001010011111101100111000011110000010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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