#374D49

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

Shades of Firefly #374D49

Tints of Firefly #374D49

Color information

#374D49 (or 0x374D49) is unknown color: approx Firefly. HEX triplet: 37, 4D and 49. RGB value is (55,77,73). Sum of RGB (Red+Green+Blue) = 55+77+73=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #374D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D49 is #C8B2B6. Grayscale: #454545. Windows color (decimal): -13152951 or 4803895. OLE color: 4803895.

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

Color convert

RGB557773-
CMYK0.2900.050.70
HSL169.09º16.67%25.88%-
HSV(B)169.09º28.57%30.2%-
XYZ5.436.67.29-
YUV69.97129.71117.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=26.83%
G=37.56%
B=35.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577730.2900.050.70169.0916.6725.88
Hex374D491D0546a9111a
Octal6711511135051062512132
Binary110111100110110010011110101011000110101010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,77,73); }

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

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

 a { background-color: rgb(55,77,73); }

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

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

 span { border-color: rgb(55,77,73); }

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