#3A4137

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

Shades of Palm Leaf #3A4137

Tints of Palm Leaf #3A4137

Color information

#3A4137 (or 0x3A4137) is unknown color: approx Palm Leaf. HEX triplet: 3A, 41 and 37. RGB value is (58,65,55). Sum of RGB (Red+Green+Blue) = 58+65+55=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4137 is #C5BEC8. Grayscale: #3D3D3D. Windows color (decimal): -12959433 or 3621178. OLE color: 3621178.

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

Color convert

RGB586555-
CMYK0.1100.150.75
HSL102º8.33%23.53%-
HSV(B)102º15.38%25.49%-
XYZ4.324.964.34-
YUV61.77124.18125.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.58%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 55 (21.88% from 255) = 30.90%
R=32.58%
G=36.52%
B=30.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5865550.1100.150.751028.3323.53
Hex3A4137B0F4B66818
Octal7210167130171131461030
Binary111010100000111011110110111110010111100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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