#3E5543

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

Shades of Goblin #3E5543

Tints of Goblin #3E5543

Color information

#3E5543 (or 0x3E5543) is unknown color: approx Goblin. HEX triplet: 3E, 55 and 43. RGB value is (62,85,67). Sum of RGB (Red+Green+Blue) = 62+85+67=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5543 is #C1AABC. Grayscale: #4C4C4C. Windows color (decimal): -12692157 or 4412734. OLE color: 4412734.

HSL color Cylindrical-coordinate representation of color #3E5543: hue angle of 133.04º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E5543 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB628567-
CMYK0.2700.210.67
HSL133.04º15.65%28.82%-
HSV(B)133.04º27.06%33.33%-
XYZ6.257.936.51-
YUV76.07122.88117.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.97%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=28.97%
G=39.72%
B=31.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285670.2700.210.67133.0415.6528.82
Hex3E55431B0154385101d
Octal76125103330251032052035
Binary11111010101011000011110110101011000011100001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,85,67); }

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

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

 a { background-color: rgb(62,85,67); }

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

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

 span { border-color: rgb(62,85,67); }

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