Html Css Color HEX #374C40 Goblin

📋 copy color: '#374C40'

red 55 ◦ green 76 ◦ blue 64

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

Shades of Goblin #374C40

Tints of Goblin #374C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.97%

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

R = 28.21%
G = 38.97%
B = 32.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#374C40 (or 0x374C40) is known color: Goblin. HEX triplet: 37, 4C and 40. RGB value is (55,76,64). Sum of RGB (Red+Green+Blue) = 55+76+64=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 76 - color contains mainly: green. Hex color #374C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C40 is #C8B3BF. Grayscale: #444444. Windows color (decimal): -13153216 or 4213815. OLE color: 4213815.

HSL color Cylindrical-coordinate representation of color #374C40: hue angle of 145.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #374C40 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 64 -
CMYK 0.28 0 0.16 0.70
HSL 145.71º 0.16% 0.26% -
HSV(B) 145.71º 0.28% 0.3% -
XYZ 5.09 6.35 5.81 -
YUV 68.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 55 76 64 0.28 0 0.16 0.70 145.71 0.16 0.26
Hex 37 4C 40 1C 0 10 46 92 10 1A
Octal 67 114 100 34 0 20 106 222 20 32
Binary 110111 1001100 1000000 11100 0 10000 1000110 10010010 10000 11010

Color Harmonies of #374C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C40

Black with #374C40

Text Example


Text Example

White with #374C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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