#3A4939

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

Shades of Palm Leaf #3A4939

Tints of Palm Leaf #3A4939

Color information

#3A4939 (or 0x3A4939) is unknown color: approx Palm Leaf. HEX triplet: 3A, 49 and 39. RGB value is (58,73,57). Sum of RGB (Red+Green+Blue) = 58+73+57=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4939 is #C5B6C6. Grayscale: #424242. Windows color (decimal): -12957383 or 3754298. OLE color: 3754298.

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

Color convert

RGB587357-
CMYK0.2100.220.71
HSL116.25º12.31%25.49%-
HSV(B)116.25º21.92%28.63%-
XYZ4.875.964.76-
YUV66.69122.53121.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=30.85%
G=38.83%
B=30.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5873570.2100.220.71116.2512.3125.49
Hex3A4939150164774c19
Octal7211171250261071641431
Binary11101010010011110011010101011010001111110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,73,57); }

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

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

 a { background-color: rgb(58,73,57); }

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

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

 span { border-color: rgb(58,73,57); }

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