Html Css Color HEX #37483D Goblin

📋 copy color: '#37483D'

red 55 ◦ green 72 ◦ blue 61

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

Shades of Goblin #37483D

Tints of Goblin #37483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

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

R = 29.26%
G = 38.3%
B = 32.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#37483D (or 0x37483D) is known color: Goblin. HEX triplet: 37, 48 and 3D. RGB value is (55,72,61). Sum of RGB (Red+Green+Blue) = 55+72+61=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #37483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37483D is #C8B7C2. Grayscale: #414141. Windows color (decimal): -13154243 or 4016183. OLE color: 4016183.

HSL color Cylindrical-coordinate representation of color #37483D: hue angle of 141.18º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #37483D is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 72 61 -
CMYK 0.24 0 0.15 0.72
HSL 141.18º 0.13% 0.25% -
HSV(B) 141.18º 0.24% 0.28% -
XYZ 4.74 5.78 5.28 -
YUV 65.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 55 72 61 0.24 0 0.15 0.72 141.18 0.13 0.25
Hex 37 48 3D 18 0 F 48 8D D 19
Octal 67 110 75 30 0 17 110 215 15 31
Binary 110111 1001000 111101 11000 0 1111 1001000 10001101 1101 11001

Color Harmonies of #37483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37483D

Black with #37483D

Text Example


Text Example

White with #37483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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