#3E483A

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

Shades of Palm Leaf #3E483A

Tints of Palm Leaf #3E483A

Color information

#3E483A (or 0x3E483A) is unknown color: approx Palm Leaf. HEX triplet: 3E, 48 and 3A. RGB value is (62,72,58). Sum of RGB (Red+Green+Blue) = 62+72+58=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #3E483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E483A is #C1B7C5. Grayscale: #434343. Windows color (decimal): -12695494 or 3819582. OLE color: 3819582.

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

Color convert

RGB627258-
CMYK0.1400.190.72
HSL102.86º10.77%25.49%-
HSV(B)102.86º19.44%28.24%-
XYZ5.075.964.89-
YUV67.41122.69124.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.29%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 58 (23.05% from 255) = 30.21%
R=32.29%
G=37.5%
B=30.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6272580.1400.190.72102.8610.7725.49
Hex3E483AE0134867b19
Octal7611072160231101471331
Binary1111101001000111010111001001110010001100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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