#3A5137

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

Shades of Palm Leaf #3A5137

Tints of Palm Leaf #3A5137

Color information

#3A5137 (or 0x3A5137) is unknown color: approx Palm Leaf. HEX triplet: 3A, 51 and 37. RGB value is (58,81,55). Sum of RGB (Red+Green+Blue) = 58+81+55=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #3A5137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5137 is #C5AEC8. Grayscale: #474747. Windows color (decimal): -12955337 or 3625274. OLE color: 3625274.

HSL color Cylindrical-coordinate representation of color #3A5137: hue angle of 113.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A5137 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB588155-
CMYK0.2800.320.68
HSL113.08º19.12%26.67%-
HSV(B)113.08º32.1%31.76%-
XYZ5.387.064.69-
YUV71.16118.88118.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.90%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 55 (21.88% from 255) = 28.35%
R=29.90%
G=41.75%
B=28.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5881550.2800.320.68113.0819.1226.67
Hex3A51371C0204471131b
Octal7212167340401041612333
Binary1110101010001110111111000100000100010011100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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