#374140

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

Shades of Firefly #374140

Tints of Firefly #374140

Color information

#374140 (or 0x374140) is unknown color: approx Firefly. HEX triplet: 37, 41 and 40. RGB value is (55,65,64). Sum of RGB (Red+Green+Blue) = 55+65+64=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #374140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374140 is #C8BEBF. Grayscale: #3D3D3D. Windows color (decimal): -13156032 or 4210999. OLE color: 4210999.

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

Color convert

RGB556564-
CMYK0.1500.020.75
HSL174º8.33%23.53%-
HSV(B)174º15.38%25.49%-
XYZ4.394.965.58-
YUV61.9129.19123.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.89%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=29.89%
G=35.33%
B=34.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565640.1500.020.751748.3323.53
Hex374140F024Bae818
Octal6710110017021132561030
Binary110111100000110000001111010100101110101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374140; }

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

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

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

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

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

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

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

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