#394D41

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

Shades of Goblin #394D41

Tints of Goblin #394D41

Color information

#394D41 (or 0x394D41) is unknown color: approx Goblin. HEX triplet: 39, 4D and 41. RGB value is (57,77,65). Sum of RGB (Red+Green+Blue) = 57+77+65=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 77 - color contains mainly: green. Hex color #394D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D41 is #C6B2BE. Grayscale: #454545. Windows color (decimal): -13021887 or 4279609. OLE color: 4279609.

HSL color Cylindrical-coordinate representation of color #394D41: hue angle of 144º 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 #394D41 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB577765-
CMYK0.2600.160.70
HSL144º14.93%26.27%-
HSV(B)144º25.97%30.2%-
XYZ5.36.565.99-
YUV69.65125.37118.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=28.64%
G=38.69%
B=32.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5777650.2600.160.7014414.9326.27
Hex394D411A0104690f1a
Octal71115101320201062201732
Binary1110011001101100000111010010000100011010010000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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