#3A4138

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

Shades of Palm Leaf #3A4138

Tints of Palm Leaf #3A4138

Color information

#3A4138 (or 0x3A4138) is unknown color: approx Palm Leaf. HEX triplet: 3A, 41 and 38. RGB value is (58,65,56). Sum of RGB (Red+Green+Blue) = 58+65+56=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4138 is #C5BEC7. Grayscale: #3D3D3D. Windows color (decimal): -12959432 or 3686714. OLE color: 3686714.

HSL color Cylindrical-coordinate representation of color #3A4138: hue angle of 106.67º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3A4138 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB586556-
CMYK0.1100.140.75
HSL106.67º7.44%23.73%-
HSV(B)106.67º13.85%25.49%-
XYZ4.354.974.47-
YUV61.88124.68125.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.40%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=32.40%
G=36.31%
B=31.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5865560.1100.140.75106.677.4423.73
Hex3A4138B0E4B6b718
Octal721017013016113153730
Binary11101010000011110001011011101001011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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