#3A4538

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

Shades of Palm Leaf #3A4538

Tints of Palm Leaf #3A4538

Color information

#3A4538 (or 0x3A4538) is unknown color: approx Palm Leaf. HEX triplet: 3A, 45 and 38. RGB value is (58,69,56). Sum of RGB (Red+Green+Blue) = 58+69+56=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4538 is #C5BAC7. Grayscale: #404040. Windows color (decimal): -12958408 or 3687738. OLE color: 3687738.

HSL color Cylindrical-coordinate representation of color #3A4538: hue angle of 110.77º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4538 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB586956-
CMYK0.1600.190.73
HSL110.77º10.4%24.51%-
HSV(B)110.77º18.84%27.06%-
XYZ4.595.444.55-
YUV64.23123.36123.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=31.69%
G=37.70%
B=30.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5869560.1600.190.73110.7710.424.51
Hex3A453810013496fa19
Octal7210570200231111571231
Binary11101010001011110001000001001110010011101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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