#3A5929

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

Shades of Palm Leaf #3A5929

Tints of Palm Leaf #3A5929

Color information

#3A5929 (or 0x3A5929) is unknown color: approx Palm Leaf. HEX triplet: 3A, 59 and 29. RGB value is (58,89,41). Sum of RGB (Red+Green+Blue) = 58+89+41=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5929 is #C5A6D6. Grayscale: #4A4A4A. Windows color (decimal): -12953303 or 2709818. OLE color: 2709818.

HSL color Cylindrical-coordinate representation of color #3A5929: hue angle of 98.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A5929 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB588941-
CMYK0.3500.540.65
HSL98.75º36.92%25.49%-
HSV(B)98.75º53.93%34.9%-
XYZ5.728.23.38-
YUV74.26109.23116.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=30.85%
G=47.34%
B=21.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5889410.3500.540.6598.7536.9225.49
Hex3A59292303641632519
Octal7213151430661011434531
Binary111010101100110100110001101101101000001110001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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