#3A4A34

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

Shades of Palm Leaf #3A4A34

Tints of Palm Leaf #3A4A34

Color information

#3A4A34 (or 0x3A4A34) is unknown color: approx Palm Leaf. HEX triplet: 3A, 4A and 34. RGB value is (58,74,52). Sum of RGB (Red+Green+Blue) = 58+74+52=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 74 - color contains mainly: green. Hex color #3A4A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4A34 is #C5B5CB. Grayscale: #424242. Windows color (decimal): -12957132 or 3426874. OLE color: 3426874.

HSL color Cylindrical-coordinate representation of color #3A4A34: hue angle of 103.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A4A34 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB587452-
CMYK0.2200.300.71
HSL103.64º17.46%24.71%-
HSV(B)103.64º29.73%29.02%-
XYZ4.816.054.16-
YUV66.71119.7121.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 74 (29.30% from 255) = 40.22%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=31.52%
G=40.22%
B=28.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5874520.2200.300.71103.6417.4624.71
Hex3A4A341601E47681119
Octal7211264260361071502131
Binary111010100101011010010110011110100011111010001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,74,52); }

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

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

 a { background-color: rgb(58,74,52); }

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

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

 span { border-color: rgb(58,74,52); }

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