Html Css Color HEX #374A40 Goblin

📋 copy color: '#374A40'

red 55 ◦ green 74 ◦ blue 64

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

Shades of Goblin #374A40

Tints of Goblin #374A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 28.5%
G = 38.34%
B = 33.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#374A40 (or 0x374A40) is known color: Goblin. HEX triplet: 37, 4A and 40. RGB value is (55,74,64). Sum of RGB (Red+Green+Blue) = 55+74+64=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #374A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A40 is #C8B5BF. Grayscale: #434343. Windows color (decimal): -13153728 or 4213303. OLE color: 4213303.

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

Color convert

RGB 55 74 64 -
CMYK 0.26 0 0.14 0.71
HSL 148.42º 0.15% 0.25% -
HSV(B) 148.42º 0.26% 0.29% -
XYZ 4.95 6.08 5.76 -
YUV 67.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 55 74 64 0.26 0 0.14 0.71 148.42 0.15 0.25
Hex 37 4A 40 1A 0 E 47 94 F 19
Octal 67 112 100 32 0 16 107 224 17 31
Binary 110111 1001010 1000000 11010 0 1110 1000111 10010100 1111 11001

Color Harmonies of #374A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A40

Black with #374A40

Text Example


Text Example

White with #374A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374A40; }

 p { color: rgb(55,74,64); }

 H1.HeaderClassName
 {
   color: #374A40;
 }
 .AnyTagClassName
 {
   color: #374A40;
 }
</style>

background-color css

<style>
 a { background-color: #374A40; }

 a { background-color: rgb(55,74,64); }

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

border-color css

<style>
 span { border-color: #374A40; }

 span { border-color: rgb(55,74,64); }

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