#3E4040

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

Shades of Firefly #3E4040

Tints of Firefly #3E4040

Color information

#3E4040 (or 0x3E4040) is unknown color: approx Firefly. HEX triplet: 3E, 40 and 40. RGB value is (62,64,64). Sum of RGB (Red+Green+Blue) = 62+64+64=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #3E4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4040 is #C1BFBF. Grayscale: #3F3F3F. Windows color (decimal): -12697536 or 4210750. OLE color: 4210750.

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

Color convert

RGB626464-
CMYK0.03000.75
HSL180º1.59%24.71%-
HSV(B)180º3.12%25.1%-
XYZ4.755.065.58-
YUV63.4128.34127-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.63%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=32.63%
G=33.68%
B=33.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264640.03000.751801.5924.71
Hex3E40403004Bb4219
Octal76100100300113264231
Binary1111101000000100000011001001011101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E4040; }

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

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

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

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

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

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

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

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