#394E3D

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

Shades of Goblin #394E3D

Tints of Goblin #394E3D

Color information

#394E3D (or 0x394E3D) is unknown color: approx Goblin. HEX triplet: 39, 4E and 3D. RGB value is (57,78,61). Sum of RGB (Red+Green+Blue) = 57+78+61=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #394E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394E3D is #C6B1C2. Grayscale: #454545. Windows color (decimal): -13021635 or 4017721. OLE color: 4017721.

HSL color Cylindrical-coordinate representation of color #394E3D: hue angle of 131.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394E3D is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB577861-
CMYK0.2700.220.69
HSL131.43º15.56%26.47%-
HSV(B)131.43º26.92%30.59%-
XYZ5.256.665.42-
YUV69.78123.04118.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=29.08%
G=39.80%
B=31.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5778610.2700.220.69131.4315.5626.47
Hex394E3D1B0164583101a
Octal7111675330261052032032
Binary1110011001110111101110110101101000101100000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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