#39493E

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

Shades of Goblin #39493E

Tints of Goblin #39493E

Color information

#39493E (or 0x39493E) is unknown color: approx Goblin. HEX triplet: 39, 49 and 3E. RGB value is (57,73,62). Sum of RGB (Red+Green+Blue) = 57+73+62=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #39493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39493E is #C6B6C1. Grayscale: #424242. Windows color (decimal): -13022914 or 4081977. OLE color: 4081977.

HSL color Cylindrical-coordinate representation of color #39493E: hue angle of 138.75º 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 #39493E is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB577362-
CMYK0.2200.150.71
HSL138.75º12.31%25.49%-
HSV(B)138.75º21.92%28.63%-
XYZ4.945.985.45-
YUV66.96125.2120.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=29.69%
G=38.02%
B=32.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5773620.2200.150.71138.7512.3125.49
Hex39493E160F478bc19
Octal7111176260171072131431
Binary11100110010011111101011001111100011110001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39493E; }

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

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

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

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

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

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

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

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