#374C3B

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

Shades of Goblin #374C3B

Tints of Goblin #374C3B

Color information

#374C3B (or 0x374C3B) is unknown color: approx Goblin. HEX triplet: 37, 4C and 3B. RGB value is (55,76,59). Sum of RGB (Red+Green+Blue) = 55+76+59=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #374C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C3B is #C8B3C4. Grayscale: #434343. Windows color (decimal): -13153221 or 3886135. OLE color: 3886135.

HSL color Cylindrical-coordinate representation of color #374C3B: hue angle of 131.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #374C3B is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB557659-
CMYK0.2800.220.70
HSL131.43º16.03%25.69%-
HSV(B)131.43º27.63%29.8%-
XYZ4.956.35.09-
YUV67.78123.04118.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 31.05%
R=28.95%
G=40%
B=31.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5576590.2800.220.70131.4316.0325.69
Hex374C3B1C0164683101a
Octal6711473340261062032032
Binary1101111001100111011111000101101000110100000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,76,59); }

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

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

 a { background-color: rgb(55,76,59); }

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

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

 span { border-color: rgb(55,76,59); }

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