#374340

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

Shades of Firefly #374340

Tints of Firefly #374340

Color information

#374340 (or 0x374340) is unknown color: approx Firefly. HEX triplet: 37, 43 and 40. RGB value is (55,67,64). Sum of RGB (Red+Green+Blue) = 55+67+64=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 67 - color contains mainly: green. Hex color #374340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374340 is #C8BCBF. Grayscale: #3F3F3F. Windows color (decimal): -13155520 or 4211511. OLE color: 4211511.

HSL color Cylindrical-coordinate representation of color #374340: hue angle of 165º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #374340 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB556764-
CMYK0.1800.040.74
HSL165º9.84%23.92%-
HSV(B)165º17.91%26.27%-
XYZ4.515.25.62-
YUV63.07128.52122.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=29.57%
G=36.02%
B=34.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5567640.1800.040.741659.8423.92
Hex37434012044Aa5a18
Octal6710310022041122451230
Binary11011110000111000000100100100100101010100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374340; }

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

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

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

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

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

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

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

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