Html Css Color HEX #37493D Goblin

📋 copy color: '#37493D'

red 55 ◦ green 73 ◦ blue 61

#37493D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goblin #37493D

Tints of Goblin #37493D

RGB

 RED value IS 55 (21.88% from 255) = 29.1%

 GREEN value IS 73 (28.91% from 255) = 38.62%

 BLUE value IS 61 (24.22% from 255) = 32.28%

R = 29.1%
G = 38.62%
B = 32.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#37493D (or 0x37493D) is known color: Goblin. HEX triplet: 37, 49 and 3D. RGB value is (55,73,61). Sum of RGB (Red+Green+Blue) = 55+73+61=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #37493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37493D is #C8B6C2. Grayscale: #424242. Windows color (decimal): -13153987 or 4016439. OLE color: 4016439.

HSL color Cylindrical-coordinate representation of color #37493D: hue angle of 140º 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 #37493D is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 73 61 -
CMYK 0.25 0 0.16 0.71
HSL 140º 0.14% 0.25% -
HSV(B) 140º 0.25% 0.29% -
XYZ 4.8 5.91 5.3 -
YUV 66.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 55 73 61 0.25 0 0.16 0.71 140 0.14 0.25
Hex 37 49 3D 19 0 10 47 8C E 19
Octal 67 111 75 31 0 20 107 214 16 31
Binary 110111 1001001 111101 11001 0 10000 1000111 10001100 1110 11001

Color Harmonies of #37493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37493D

Black with #37493D

Text Example


Text Example

White with #37493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37493D;
 }
 .AnyTagClassName
 {
   color: #37493D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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