#374A48

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

Shades of Firefly #374A48

Tints of Firefly #374A48

Color information

#374A48 (or 0x374A48) is unknown color: approx Firefly. HEX triplet: 37, 4A and 48. RGB value is (55,74,72). Sum of RGB (Red+Green+Blue) = 55+74+72=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 74 - color contains mainly: green. Hex color #374A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A48 is #C8B5B7. Grayscale: #444444. Windows color (decimal): -13153720 or 4737591. OLE color: 4737591.

HSL color Cylindrical-coordinate representation of color #374A48: hue angle of 173.68º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374A48 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB557472-
CMYK0.2600.030.71
HSL173.68º14.73%25.29%-
HSV(B)173.68º25.68%29.02%-
XYZ5.196.187.05-
YUV68.09130.21118.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=27.36%
G=36.82%
B=35.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5574720.2600.030.71173.6814.7325.29
Hex374A481A0347aef19
Octal6711211032031072561731
Binary1101111001010100100011010011100011110101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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