#39493F

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

Shades of Goblin #39493F

Tints of Goblin #39493F

Color information

#39493F (or 0x39493F) is unknown color: approx Goblin. HEX triplet: 39, 49 and 3F. RGB value is (57,73,63). Sum of RGB (Red+Green+Blue) = 57+73+63=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #39493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39493F is #C6B6C0. Grayscale: #434343. Windows color (decimal): -13022913 or 4147513. OLE color: 4147513.

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

Color convert

RGB577363-
CMYK0.2200.140.71
HSL142.5º12.31%25.49%-
HSV(B)142.5º21.92%28.63%-
XYZ4.975.995.6-
YUV67.08125.7120.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 63 (25% from 255) = 32.64%
R=29.53%
G=37.82%
B=32.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5773630.2200.140.71142.512.3125.49
Hex39493F160E478ec19
Octal7111177260161072161431
Binary11100110010011111111011001110100011110001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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