#3D5644

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

Shades of Goblin #3D5644

Tints of Goblin #3D5644

Color information

#3D5644 (or 0x3D5644) is unknown color: approx Goblin. HEX triplet: 3D, 56 and 44. RGB value is (61,86,68). Sum of RGB (Red+Green+Blue) = 61+86+68=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #3D5644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5644 is #C2A9BB. Grayscale: #4C4C4C. Windows color (decimal): -12757436 or 4478525. OLE color: 4478525.

HSL color Cylindrical-coordinate representation of color #3D5644: hue angle of 136.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D5644 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB618668-
CMYK0.2900.210.66
HSL136.8º17.01%28.82%-
HSV(B)136.8º29.07%33.73%-
XYZ6.38.076.69-
YUV76.47123.22116.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.37%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=28.37%
G=40%
B=31.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186680.2900.210.66136.817.0128.82
Hex3D56441D0154289111d
Octal75126104350251022112135
Binary11110110101101000100111010101011000010100010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,86,68); }

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

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

 a { background-color: rgb(61,86,68); }

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

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

 span { border-color: rgb(61,86,68); }

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