#3E5442

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

Shades of Goblin #3E5442

Tints of Goblin #3E5442

Color information

#3E5442 (or 0x3E5442) is unknown color: approx Goblin. HEX triplet: 3E, 54 and 42. RGB value is (62,84,66). Sum of RGB (Red+Green+Blue) = 62+84+66=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5442 is #C1ABBD. Grayscale: #4B4B4B. Windows color (decimal): -12692414 or 4346942. OLE color: 4346942.

HSL color Cylindrical-coordinate representation of color #3E5442: hue angle of 130.91º 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 #3E5442 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB628466-
CMYK0.2600.210.67
HSL130.91º15.07%28.63%-
HSV(B)130.91º26.19%32.94%-
XYZ6.147.766.33-
YUV75.37122.71118.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.25%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=29.25%
G=39.62%
B=31.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6284660.2600.210.67130.9115.0728.63
Hex3E54421A0154383f1d
Octal76124102320251032031735
Binary1111101010100100001011010010101100001110000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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