#3E463D

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

Shades of Palm Leaf #3E463D

Tints of Palm Leaf #3E463D

Color information

#3E463D (or 0x3E463D) is unknown color: approx Palm Leaf. HEX triplet: 3E, 46 and 3D. RGB value is (62,70,61). Sum of RGB (Red+Green+Blue) = 62+70+61=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 70 - color contains mainly: green. Hex color #3E463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E463D is #C1B9C2. Grayscale: #424242. Windows color (decimal): -12696003 or 4015678. OLE color: 4015678.

HSL color Cylindrical-coordinate representation of color #3E463D: hue angle of 113.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3E463D is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB627061-
CMYK0.1100.130.73
HSL113.33º6.87%25.69%-
HSV(B)113.33º12.86%27.45%-
XYZ5.025.745.26-
YUV66.58124.85124.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.12%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=32.12%
G=36.27%
B=31.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6270610.1100.130.73113.336.8725.69
Hex3E463DB0D497171a
Octal761067513015111161732
Binary11111010001101111011011011011001001111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,70,61); }

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

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

 a { background-color: rgb(62,70,61); }

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

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

 span { border-color: rgb(62,70,61); }

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