#3E4A41

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

Shades of Goblin #3E4A41

Tints of Goblin #3E4A41

Color information

#3E4A41 (or 0x3E4A41) is unknown color: approx Goblin. HEX triplet: 3E, 4A and 41. RGB value is (62,74,65). Sum of RGB (Red+Green+Blue) = 62+74+65=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 74 - color contains mainly: green. Hex color #3E4A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4A41 is #C1B5BE. Grayscale: #454545. Windows color (decimal): -12694975 or 4278846. OLE color: 4278846.

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

Color convert

RGB627465-
CMYK0.1600.120.71
HSL135º8.82%26.67%-
HSV(B)135º16.22%29.02%-
XYZ5.396.35.93-
YUV69.39125.52122.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.85%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=30.85%
G=36.82%
B=32.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6274650.1600.120.711358.8226.67
Hex3E4A41100C478791b
Octal76112101200141072071133
Binary111110100101010000011000001100100011110000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,74,65); }

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

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

 a { background-color: rgb(62,74,65); }

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

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

 span { border-color: rgb(62,74,65); }

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