#374B47

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

Shades of Firefly #374B47

Tints of Firefly #374B47

Color information

#374B47 (or 0x374B47) is unknown color: approx Firefly. HEX triplet: 37, 4B and 47. RGB value is (55,75,71). Sum of RGB (Red+Green+Blue) = 55+75+71=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 75 - color contains mainly: green. Hex color #374B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B47 is #C8B4B8. Grayscale: #444444. Windows color (decimal): -13153465 or 4672311. OLE color: 4672311.

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

Color convert

RGB557571-
CMYK0.2700.050.71
HSL168º15.38%25.49%-
HSV(B)168º26.67%29.41%-
XYZ5.236.36.9-
YUV68.56129.37118.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=27.36%
G=37.31%
B=35.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575710.2700.050.7116815.3825.49
Hex374B471B0547a8f19
Octal6711310733051072501731
Binary11011110010111000111110110101100011110101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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