#394341

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

Shades of Firefly #394341

Tints of Firefly #394341

Color information

#394341 (or 0x394341) is unknown color: approx Firefly. HEX triplet: 39, 43 and 41. RGB value is (57,67,65). Sum of RGB (Red+Green+Blue) = 57+67+65=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 67 - color contains mainly: green. Hex color #394341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394341 is #C6BCBE. Grayscale: #3F3F3F. Windows color (decimal): -13024447 or 4277049. OLE color: 4277049.

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

Color convert

RGB576765-
CMYK0.1500.030.74
HSL168º8.06%24.31%-
HSV(B)168º14.93%26.27%-
XYZ4.655.275.77-
YUV63.78128.69123.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=30.16%
G=35.45%
B=34.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5767650.1500.030.741688.0624.31
Hex394341F034Aa8818
Octal7110310117031122501030
Binary111001100001110000011111011100101010101000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394341; }

 p { color: rgb(57,67,65); }

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

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

 a { background-color: rgb(57,67,65); }

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

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

 span { border-color: rgb(57,67,65); }

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