#3D4540

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

Shades of Goblin #3D4540

Tints of Goblin #3D4540

Color information

#3D4540 (or 0x3D4540) is unknown color: approx Goblin. HEX triplet: 3D, 45 and 40. RGB value is (61,69,64). Sum of RGB (Red+Green+Blue) = 61+69+64=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4540 is #C2BABF. Grayscale: #424242. Windows color (decimal): -12761792 or 4212029. OLE color: 4212029.

HSL color Cylindrical-coordinate representation of color #3D4540: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D4540 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB616964-
CMYK0.1200.070.73
HSL142.5º6.15%25.49%-
HSV(B)142.5º11.59%27.06%-
XYZ4.985.625.67-
YUV66.04126.85124.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.44%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=31.44%
G=35.57%
B=32.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6169640.1200.070.73142.56.1525.49
Hex3D4540C07498e619
Octal751051001407111216631
Binary111101100010110000001100011110010011000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,69,64); }

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

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

 a { background-color: rgb(61,69,64); }

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

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

 span { border-color: rgb(61,69,64); }

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