#3D4C43

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

Shades of Goblin #3D4C43

Tints of Goblin #3D4C43

Color information

#3D4C43 (or 0x3D4C43) is unknown color: approx Goblin. HEX triplet: 3D, 4C and 43. RGB value is (61,76,67). Sum of RGB (Red+Green+Blue) = 61+76+67=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C43 is #C2B3BC. Grayscale: #464646. Windows color (decimal): -12759997 or 4410429. OLE color: 4410429.

HSL color Cylindrical-coordinate representation of color #3D4C43: hue angle of 144º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D4C43 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB617667-
CMYK0.2000.120.70
HSL144º10.95%26.86%-
HSV(B)144º19.74%29.8%-
XYZ5.526.576.29-
YUV70.49126.03121.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=29.90%
G=37.25%
B=32.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6176670.2000.120.7014410.9526.86
Hex3D4C43140C4690b1b
Octal75114103240141062201333
Binary111101100110010000111010001100100011010010000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,76,67); }

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

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

 a { background-color: rgb(61,76,67); }

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

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

 span { border-color: rgb(61,76,67); }

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