#3A4938

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

Shades of Palm Leaf #3A4938

Tints of Palm Leaf #3A4938

Color information

#3A4938 (or 0x3A4938) is unknown color: approx Palm Leaf. HEX triplet: 3A, 49 and 38. RGB value is (58,73,56). Sum of RGB (Red+Green+Blue) = 58+73+56=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4938 is #C5B6C7. Grayscale: #424242. Windows color (decimal): -12957384 or 3688762. OLE color: 3688762.

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

Color convert

RGB587356-
CMYK0.2100.230.71
HSL112.94º13.18%25.29%-
HSV(B)112.94º23.29%28.63%-
XYZ4.845.954.63-
YUV66.58122.03121.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=31.02%
G=39.04%
B=29.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5873560.2100.230.71112.9413.1825.29
Hex3A4938150174771d19
Octal7211170250271071611531
Binary11101010010011110001010101011110001111110001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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