#374F41

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

Shades of Goblin #374F41

Tints of Goblin #374F41

Color information

#374F41 (or 0x374F41) is unknown color: approx Goblin. HEX triplet: 37, 4F and 41. RGB value is (55,79,65). Sum of RGB (Red+Green+Blue) = 55+79+65=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 79 - color contains mainly: green. Hex color #374F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F41 is #C8B0BE. Grayscale: #464646. Windows color (decimal): -13152447 or 4280119. OLE color: 4280119.

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

Color convert

RGB557965-
CMYK0.3000.180.69
HSL145º17.91%26.27%-
HSV(B)145º30.38%30.98%-
XYZ5.336.796.03-
YUV70.23125.05117.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=27.64%
G=39.70%
B=32.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5579650.3000.180.6914517.9126.27
Hex374F411E0124591121a
Octal67117101360221052212232
Binary11011110011111000001111100100101000101100100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,79,65); }

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

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

 a { background-color: rgb(55,79,65); }

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

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

 span { border-color: rgb(55,79,65); }

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