#394946

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

Shades of Firefly #394946

Tints of Firefly #394946

Color information

#394946 (or 0x394946) is unknown color: approx Firefly. HEX triplet: 39, 49 and 46. RGB value is (57,73,70). Sum of RGB (Red+Green+Blue) = 57+73+70=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 73 - color contains mainly: green. Hex color #394946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394946 is #C6B6B9. Grayscale: #434343. Windows color (decimal): -13022906 or 4606265. OLE color: 4606265.

HSL color Cylindrical-coordinate representation of color #394946: hue angle of 168.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394946 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB577370-
CMYK0.2200.040.71
HSL168.75º12.31%25.49%-
HSV(B)168.75º21.92%28.63%-
XYZ5.186.086.69-
YUV67.87129.2120.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.5%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 70 (27.73% from 255) = 35%
R=28.5%
G=36.5%
B=35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5773700.2200.040.71168.7512.3125.49
Hex394946160447a9c19
Octal7111110626041072511431
Binary11100110010011000110101100100100011110101001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394946; }

 p { color: rgb(57,73,70); }

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

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

 a { background-color: rgb(57,73,70); }

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

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

 span { border-color: rgb(57,73,70); }

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