#374E3F

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

Shades of Goblin #374E3F

Tints of Goblin #374E3F

Color information

#374E3F (or 0x374E3F) is unknown color: approx Goblin. HEX triplet: 37, 4E and 3F. RGB value is (55,78,63). Sum of RGB (Red+Green+Blue) = 55+78+63=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #374E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E3F is #C8B1C0. Grayscale: #454545. Windows color (decimal): -13152705 or 4148791. OLE color: 4148791.

HSL color Cylindrical-coordinate representation of color #374E3F: hue angle of 140.87º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374E3F is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB557863-
CMYK0.2900.190.69
HSL140.87º17.29%26.08%-
HSV(B)140.87º29.49%30.59%-
XYZ5.26.625.71-
YUV69.41124.38117.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 63 (25% from 255) = 32.14%
R=28.06%
G=39.80%
B=32.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5578630.2900.190.69140.8717.2926.08
Hex374E3F1D013458d111a
Octal6711677350231052152132
Binary1101111001110111111111010100111000101100011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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