#393E3D

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

Shades of Firefly #393E3D

Tints of Firefly #393E3D

Color information

#393E3D (or 0x393E3D) is unknown color: approx Firefly. HEX triplet: 39, 3E and 3D. RGB value is (57,62,61). Sum of RGB (Red+Green+Blue) = 57+62+61=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 62 - color contains mainly: green. Hex color #393E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E3D is #C6C1C2. Grayscale: #3C3C3C. Windows color (decimal): -13025731 or 4013625. OLE color: 4013625.

HSL color Cylindrical-coordinate representation of color #393E3D: hue angle of 168º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #393E3D is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB576261-
CMYK0.0800.020.76
HSL168º4.2%23.33%-
HSV(B)168º8.06%24.31%-
XYZ4.254.655.09-
YUV60.39128.34125.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 61 (24.22% from 255) = 33.89%
R=31.67%
G=34.44%
B=33.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5762610.0800.020.761684.223.33
Hex393E3D8024Ca8417
Octal7176751002114250427
Binary111001111110111101100001010011001010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393E3D; }

 p { color: rgb(57,62,61); }

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

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

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

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

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

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

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