#394644

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

Shades of Firefly #394644

Tints of Firefly #394644

Color information

#394644 (or 0x394644) is unknown color: approx Firefly. HEX triplet: 39, 46 and 44. RGB value is (57,70,68). Sum of RGB (Red+Green+Blue) = 57+70+68=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 70 - color contains mainly: green. Hex color #394644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394644 is #C6B9BB. Grayscale: #414141. Windows color (decimal): -13023676 or 4474425. OLE color: 4474425.

HSL color Cylindrical-coordinate representation of color #394644: hue angle of 170.77º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #394644 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB577068-
CMYK0.1900.030.73
HSL170.77º10.24%24.9%-
HSV(B)170.77º18.57%27.45%-
XYZ4.925.676.3-
YUV65.88129.19121.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=29.23%
G=35.90%
B=34.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5770680.1900.030.73170.7710.2424.9
Hex394644130349aba19
Octal7110610423031112531231
Binary1110011000110100010010011011100100110101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394644; }

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

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

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

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

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

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

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

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