#374B40

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

Shades of Goblin #374B40

Tints of Goblin #374B40

Color information

#374B40 (or 0x374B40) is unknown color: approx Goblin. HEX triplet: 37, 4B and 40. RGB value is (55,75,64). Sum of RGB (Red+Green+Blue) = 55+75+64=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #374B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B40 is #C8B4BF. Grayscale: #434343. Windows color (decimal): -13153472 or 4213559. OLE color: 4213559.

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

Color convert

RGB557564-
CMYK0.2700.150.71
HSL147º15.38%25.49%-
HSV(B)147º26.67%29.41%-
XYZ5.026.215.79-
YUV67.77125.87118.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=28.35%
G=38.66%
B=32.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575640.2700.150.7114715.3825.49
Hex374B401B0F4793f19
Octal67113100330171072231731
Binary110111100101110000001101101111100011110010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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