#394342

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

Shades of Firefly #394342

Tints of Firefly #394342

Color information

#394342 (or 0x394342) is unknown color: approx Firefly. HEX triplet: 39, 43 and 42. RGB value is (57,67,66). Sum of RGB (Red+Green+Blue) = 57+67+66=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 67 - color contains mainly: green. Hex color #394342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394342 is #C6BCBD. Grayscale: #3F3F3F. Windows color (decimal): -13024446 or 4342585. OLE color: 4342585.

HSL color Cylindrical-coordinate representation of color #394342: hue angle of 174º 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 #394342 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB576766-
CMYK0.1500.010.74
HSL174º8.06%24.31%-
HSV(B)174º14.93%26.27%-
XYZ4.685.285.93-
YUV63.9129.19123.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=30%
G=35.26%
B=34.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5767660.1500.010.741748.0624.31
Hex394342F014Aae818
Octal7110310217011122561030
Binary11100110000111000010111101100101010101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394342; }

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

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

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

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

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

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

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

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