#3E5446

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

Shades of Goblin #3E5446

Tints of Goblin #3E5446

Color information

#3E5446 (or 0x3E5446) is unknown color: approx Goblin. HEX triplet: 3E, 54 and 46. RGB value is (62,84,70). Sum of RGB (Red+Green+Blue) = 62+84+70=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5446 is #C1ABB9. Grayscale: #4B4B4B. Windows color (decimal): -12692410 or 4609086. OLE color: 4609086.

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

Color convert

RGB628470-
CMYK0.2600.170.67
HSL141.82º15.07%28.63%-
HSV(B)141.82º26.19%32.94%-
XYZ6.267.816.97-
YUV75.83124.71118.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.70%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=28.70%
G=38.89%
B=32.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6284700.2600.170.67141.8215.0728.63
Hex3E54461A011438ef1d
Octal76124106320211032161735
Binary1111101010100100011011010010001100001110001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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