#374A3D

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

Shades of Goblin #374A3D

Tints of Goblin #374A3D

Color information

#374A3D (or 0x374A3D) is unknown color: approx Goblin. HEX triplet: 37, 4A and 3D. RGB value is (55,74,61). Sum of RGB (Red+Green+Blue) = 55+74+61=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #374A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A3D is #C8B5C2. Grayscale: #424242. Windows color (decimal): -13153731 or 4016695. OLE color: 4016695.

HSL color Cylindrical-coordinate representation of color #374A3D: hue angle of 138.95º 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 #374A3D is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB557461-
CMYK0.2600.180.71
HSL138.95º14.73%25.29%-
HSV(B)138.95º25.68%29.02%-
XYZ4.876.055.33-
YUV66.84124.71119.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=28.95%
G=38.95%
B=32.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5574610.2600.180.71138.9514.7325.29
Hex374A3D1A012478bf19
Octal6711275320221072131731
Binary110111100101011110111010010010100011110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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