#3D5341

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

Shades of Goblin #3D5341

Tints of Goblin #3D5341

Color information

#3D5341 (or 0x3D5341) is unknown color: approx Goblin. HEX triplet: 3D, 53 and 41. RGB value is (61,83,65). Sum of RGB (Red+Green+Blue) = 61+83+65=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5341 is #C2ACBE. Grayscale: #4A4A4A. Windows color (decimal): -12758207 or 4281149. OLE color: 4281149.

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

Color convert

RGB618365-
CMYK0.2700.220.67
HSL130.91º15.28%28.24%-
HSV(B)130.91º26.51%32.55%-
XYZ5.977.566.15-
YUV74.37122.71118.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.19%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=29.19%
G=39.71%
B=31.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183650.2700.220.67130.9115.2828.24
Hex3D53411B0164383f1c
Octal75123101330261032031734
Binary1111011010011100000111011010110100001110000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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