#374040

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

Shades of Firefly #374040

Tints of Firefly #374040

Color information

#374040 (or 0x374040) is unknown color: approx Firefly. HEX triplet: 37, 40 and 40. RGB value is (55,64,64). Sum of RGB (Red+Green+Blue) = 55+64+64=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #374040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374040 is #C8BFBF. Grayscale: #3D3D3D. Windows color (decimal): -13156288 or 4210743. OLE color: 4210743.

HSL color Cylindrical-coordinate representation of color #374040: hue angle of 180º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #374040 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB556464-
CMYK0.14000.75
HSL180º7.56%23.33%-
HSV(B)180º14.06%25.1%-
XYZ4.334.855.56-
YUV61.31129.52123.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=30.05%
G=34.97%
B=34.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564640.14000.751807.5623.33
Hex374040E004Bb4817
Octal6710010016001132641027
Binary11011110000001000000111000100101110110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374040; }

 p { color: rgb(55,64,64); }

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

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

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

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

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

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

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