#394D3C

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

Shades of Goblin #394D3C

Tints of Goblin #394D3C

Color information

#394D3C (or 0x394D3C) is unknown color: approx Goblin. HEX triplet: 39, 4D and 3C. RGB value is (57,77,60). Sum of RGB (Red+Green+Blue) = 57+77+60=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #394D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D3C is #C6B2C3. Grayscale: #454545. Windows color (decimal): -13021892 or 3951929. OLE color: 3951929.

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

Color convert

RGB577760-
CMYK0.2600.220.70
HSL129º14.93%26.27%-
HSV(B)129º25.97%30.2%-
XYZ5.166.55.26-
YUV69.08122.87119.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=29.38%
G=39.69%
B=30.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777600.2600.220.7012914.9326.27
Hex394D3C1A0164681f1a
Octal7111574320261062011732
Binary111001100110111110011010010110100011010000001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,77,60); }

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

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

 a { background-color: rgb(57,77,60); }

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

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

 span { border-color: rgb(57,77,60); }

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