#3D4740

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

Shades of Goblin #3D4740

Tints of Goblin #3D4740

Color information

#3D4740 (or 0x3D4740) is unknown color: approx Goblin. HEX triplet: 3D, 47 and 40. RGB value is (61,71,64). Sum of RGB (Red+Green+Blue) = 61+71+64=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4740 is #C2B8BF. Grayscale: #434343. Windows color (decimal): -12761280 or 4212541. OLE color: 4212541.

HSL color Cylindrical-coordinate representation of color #3D4740: hue angle of 138º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3D4740 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB617164-
CMYK0.1400.100.72
HSL138º7.58%25.88%-
HSV(B)138º14.08%27.84%-
XYZ5.15.875.71-
YUV67.21126.19123.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.12%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=31.12%
G=36.22%
B=32.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6171640.1400.100.721387.5825.88
Hex3D4740E0A488a81a
Octal75107100160121102121032
Binary11110110001111000000111001010100100010001010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,71,64); }

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

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

 a { background-color: rgb(61,71,64); }

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

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

 span { border-color: rgb(61,71,64); }

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