#3D5944

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

Shades of Goblin #3D5944

Tints of Goblin #3D5944

Color information

#3D5944 (or 0x3D5944) is unknown color: approx Goblin. HEX triplet: 3D, 59 and 44. RGB value is (61,89,68). Sum of RGB (Red+Green+Blue) = 61+89+68=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5944 is #C2A6BB. Grayscale: #4E4E4E. Windows color (decimal): -12756668 or 4479293. OLE color: 4479293.

HSL color Cylindrical-coordinate representation of color #3D5944: hue angle of 135º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5944 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB618968-
CMYK0.3100.240.65
HSL135º18.67%29.41%-
HSV(B)135º31.46%34.9%-
XYZ6.548.556.78-
YUV78.23122.22115.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.98%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=27.98%
G=40.83%
B=31.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6189680.3100.240.6513518.6729.41
Hex3D59441F0184187131d
Octal75131104370301012072335
Binary11110110110011000100111110110001000001100001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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