#3E5344

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

Shades of Goblin #3E5344

Tints of Goblin #3E5344

Color information

#3E5344 (or 0x3E5344) is unknown color: approx Goblin. HEX triplet: 3E, 53 and 44. RGB value is (62,83,68). Sum of RGB (Red+Green+Blue) = 62+83+68=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5344 is #C1ACBB. Grayscale: #4B4B4B. Windows color (decimal): -12692668 or 4477758. OLE color: 4477758.

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

Color convert

RGB628368-
CMYK0.2500.180.67
HSL137.14º14.48%28.43%-
HSV(B)137.14º25.3%32.55%-
XYZ6.127.636.62-
YUV75.01124.04118.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.11%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=29.11%
G=38.97%
B=31.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283680.2500.180.67137.1414.4828.43
Hex3E5344190124389e1c
Octal76123104310221032111634
Binary1111101010011100010011001010010100001110001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,83,68); }

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

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

 a { background-color: rgb(62,83,68); }

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

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

 span { border-color: rgb(62,83,68); }

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