#3D4A41

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

Shades of Goblin #3D4A41

Tints of Goblin #3D4A41

Color information

#3D4A41 (or 0x3D4A41) is unknown color: approx Goblin. HEX triplet: 3D, 4A and 41. RGB value is (61,74,65). Sum of RGB (Red+Green+Blue) = 61+74+65=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4A41 is #C2B5BE. Grayscale: #454545. Windows color (decimal): -12760511 or 4278845. OLE color: 4278845.

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

Color convert

RGB617465-
CMYK0.1800.120.71
HSL138.46º9.63%26.47%-
HSV(B)138.46º17.57%29.02%-
XYZ5.336.275.93-
YUV69.09125.69122.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.5%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=30.5%
G=37%
B=32.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6174650.1800.120.71138.469.6326.47
Hex3D4A41120C478aa1a
Octal75112101220141072121232
Binary111101100101010000011001001100100011110001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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