#3A4039

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

Shades of Palm Leaf #3A4039

Tints of Palm Leaf #3A4039

Color information

#3A4039 (or 0x3A4039) is unknown color: approx Palm Leaf. HEX triplet: 3A, 40 and 39. RGB value is (58,64,57). Sum of RGB (Red+Green+Blue) = 58+64+57=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4039 is #C5BFC6. Grayscale: #3D3D3D. Windows color (decimal): -12959687 or 3751994. OLE color: 3751994.

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

Color convert

RGB586457-
CMYK0.0900.110.75
HSL111.43º5.79%23.73%-
HSV(B)111.43º10.94%25.1%-
XYZ4.324.864.58-
YUV61.41125.51125.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.40%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=32.40%
G=35.75%
B=31.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5864570.0900.110.75111.435.7923.73
Hex3A403990B4B6f618
Octal721007111013113157630
Binary11101010000001110011001010111001011110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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