#374B48

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

Shades of Firefly #374B48

Tints of Firefly #374B48

Color information

#374B48 (or 0x374B48) is unknown color: approx Firefly. HEX triplet: 37, 4B and 48. RGB value is (55,75,72). Sum of RGB (Red+Green+Blue) = 55+75+72=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 75 - color contains mainly: green. Hex color #374B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B48 is #C8B4B7. Grayscale: #444444. Windows color (decimal): -13153464 or 4737847. OLE color: 4737847.

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

Color convert

RGB557572-
CMYK0.2700.040.71
HSL171º15.38%25.49%-
HSV(B)171º26.67%29.41%-
XYZ5.266.317.07-
YUV68.68129.87118.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=27.23%
G=37.13%
B=35.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575720.2700.040.7117115.3825.49
Hex374B481B0447abf19
Octal6711311033041072531731
Binary11011110010111001000110110100100011110101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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