#374B3F

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

Shades of Goblin #374B3F

Tints of Goblin #374B3F

Color information

#374B3F (or 0x374B3F) is unknown color: approx Goblin. HEX triplet: 37, 4B and 3F. RGB value is (55,75,63). Sum of RGB (Red+Green+Blue) = 55+75+63=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #374B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B3F is #C8B4C0. Grayscale: #434343. Windows color (decimal): -13153473 or 4148023. OLE color: 4148023.

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

Color convert

RGB557563-
CMYK0.2700.160.71
HSL144º15.38%25.49%-
HSV(B)144º26.67%29.41%-
XYZ4.996.25.64-
YUV67.65125.37118.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.50%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 63 (25% from 255) = 32.64%
R=28.50%
G=38.86%
B=32.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575630.2700.160.7114415.3825.49
Hex374B3F1B0104790f19
Octal6711377330201072201731
Binary110111100101111111111011010000100011110010000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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