#394940

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

Shades of Goblin #394940

Tints of Goblin #394940

Color information

#394940 (or 0x394940) is unknown color: approx Goblin. HEX triplet: 39, 49 and 40. RGB value is (57,73,64). Sum of RGB (Red+Green+Blue) = 57+73+64=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #394940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394940 is #C6B6BF. Grayscale: #434343. Windows color (decimal): -13022912 or 4213049. OLE color: 4213049.

HSL color Cylindrical-coordinate representation of color #394940: hue angle of 146.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394940 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB577364-
CMYK0.2200.120.71
HSL146.25º12.31%25.49%-
HSV(B)146.25º21.92%28.63%-
XYZ56.015.75-
YUV67.19126.2120.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=29.38%
G=37.63%
B=32.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5773640.2200.120.71146.2512.3125.49
Hex394940160C4792c19
Octal71111100260141072221431
Binary111001100100110000001011001100100011110010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394940; }

 p { color: rgb(57,73,64); }

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

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

 a { background-color: rgb(57,73,64); }

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

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

 span { border-color: rgb(57,73,64); }

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