#394C3D

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

Shades of Goblin #394C3D

Tints of Goblin #394C3D

Color information

#394C3D (or 0x394C3D) is unknown color: approx Goblin. HEX triplet: 39, 4C and 3D. RGB value is (57,76,61). Sum of RGB (Red+Green+Blue) = 57+76+61=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 76 - color contains mainly: green. Hex color #394C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C3D is #C6B3C2. Grayscale: #444444. Windows color (decimal): -13022147 or 4017209. OLE color: 4017209.

HSL color Cylindrical-coordinate representation of color #394C3D: hue angle of 132.63º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394C3D is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB577661-
CMYK0.2500.200.70
HSL132.63º14.29%26.08%-
HSV(B)132.63º25%29.8%-
XYZ5.116.385.38-
YUV68.61123.71119.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 61 (24.22% from 255) = 31.44%
R=29.38%
G=39.18%
B=31.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5776610.2500.200.70132.6314.2926.08
Hex394C3D190144685e1a
Octal7111475310241062051632
Binary111001100110011110111001010100100011010000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394C3D; }

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

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

<style>
 a { background-color: #394C3D; }

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

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

<style>
 span { border-color: #394C3D; }

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

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