#3E483B

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

Shades of Palm Leaf #3E483B

Tints of Palm Leaf #3E483B

Color information

#3E483B (or 0x3E483B) is unknown color: approx Palm Leaf. HEX triplet: 3E, 48 and 3B. RGB value is (62,72,59). Sum of RGB (Red+Green+Blue) = 62+72+59=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #3E483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E483B is #C1B7C4. Grayscale: #434343. Windows color (decimal): -12695493 or 3885118. OLE color: 3885118.

HSL color Cylindrical-coordinate representation of color #3E483B: hue angle of 106.15º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E483B is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB627259-
CMYK0.1400.180.72
HSL106.15º9.92%25.69%-
HSV(B)106.15º18.06%28.24%-
XYZ5.095.975.02-
YUV67.53123.19124.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.12%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=32.12%
G=37.31%
B=30.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6272590.1400.180.72106.159.9225.69
Hex3E483BE012486aa1a
Octal7611073160221101521232
Binary1111101001000111011111001001010010001101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,72,59); }

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

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

 a { background-color: rgb(62,72,59); }

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

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

 span { border-color: rgb(62,72,59); }

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