#3D5D47

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

Shades of Goblin #3D5D47

Tints of Goblin #3D5D47

Color information

#3D5D47 (or 0x3D5D47) is unknown color: approx Goblin. HEX triplet: 3D, 5D and 47. RGB value is (61,93,71). Sum of RGB (Red+Green+Blue) = 61+93+71=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5D47 is #C2A2B8. Grayscale: #505050. Windows color (decimal): -12755641 or 4676925. OLE color: 4676925.

HSL color Cylindrical-coordinate representation of color #3D5D47: hue angle of 138.75º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D5D47 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB619371-
CMYK0.3400.240.64
HSL138.75º20.78%30.2%-
HSV(B)138.75º34.41%36.47%-
XYZ6.989.287.38-
YUV80.92122.4113.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=27.11%
G=41.33%
B=31.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6193710.3400.240.64138.7520.7830.2
Hex3D5D4722018408b151e
Octal75135107420301002132536
Binary111101101110110001111000100110001000000100010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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