#37493F

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

Shades of Goblin #37493F

Tints of Goblin #37493F

Color information

#37493F (or 0x37493F) is unknown color: approx Goblin. HEX triplet: 37, 49 and 3F. RGB value is (55,73,63). Sum of RGB (Red+Green+Blue) = 55+73+63=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #37493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37493F is #C8B6C0. Grayscale: #424242. Windows color (decimal): -13153985 or 4147511. OLE color: 4147511.

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

Color convert

RGB557363-
CMYK0.2500.140.71
HSL146.67º14.06%25.1%-
HSV(B)146.67º24.66%28.63%-
XYZ4.865.945.59-
YUV66.48126.04119.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.80%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 63 (25% from 255) = 32.98%
R=28.80%
G=38.22%
B=32.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5573630.2500.140.71146.6714.0625.1
Hex37493F190E4793e19
Octal6711177310161072231631
Binary11011110010011111111100101110100011110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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