#3D5F47

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

Shades of Goblin #3D5F47

Tints of Goblin #3D5F47

Color information

#3D5F47 (or 0x3D5F47) is unknown color: approx Goblin. HEX triplet: 3D, 5F and 47. RGB value is (61,95,71). Sum of RGB (Red+Green+Blue) = 61+95+71=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F47 is #C2A0B8. Grayscale: #525252. Windows color (decimal): -12755129 or 4677437. OLE color: 4677437.

HSL color Cylindrical-coordinate representation of color #3D5F47: hue angle of 137.65º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D5F47 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB619571-
CMYK0.3600.250.63
HSL137.65º21.79%30.59%-
HSV(B)137.65º35.79%37.25%-
XYZ7.159.637.44-
YUV82.1121.74112.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.87%
GREEN value IS 95 (37.5% from 255) = 41.85%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=26.87%
G=41.85%
B=31.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6195710.3600.250.63137.6521.7930.59
Hex3D5F47240193F8a161f
Octal7513710744031772122637
Binary11110110111111000111100100011001111111100010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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