#394040

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

Shades of Firefly #394040

Tints of Firefly #394040

Color information

#394040 (or 0x394040) is unknown color: approx Firefly. HEX triplet: 39, 40 and 40. RGB value is (57,64,64). Sum of RGB (Red+Green+Blue) = 57+64+64=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #394040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394040 is #C6BFBF. Grayscale: #3D3D3D. Windows color (decimal): -13025216 or 4210745. OLE color: 4210745.

HSL color Cylindrical-coordinate representation of color #394040: hue angle of 180º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #394040 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB576464-
CMYK0.11000.75
HSL180º5.79%23.73%-
HSV(B)180º10.94%25.1%-
XYZ4.454.915.56-
YUV61.91129.18124.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=30.81%
G=34.59%
B=34.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764640.11000.751805.7923.73
Hex394040B004Bb4618
Octal711001001300113264630
Binary1110011000000100000010110010010111011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394040; }

 p { color: rgb(57,64,64); }

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

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

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

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

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

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

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