#3C4040

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

Shades of Firefly #3C4040

Tints of Firefly #3C4040

Color information

#3C4040 (or 0x3C4040) is unknown color: approx Firefly. HEX triplet: 3C, 40 and 40. RGB value is (60,64,64). Sum of RGB (Red+Green+Blue) = 60+64+64=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #3C4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4040 is #C3BFBF. Grayscale: #3E3E3E. Windows color (decimal): -12828608 or 4210748. OLE color: 4210748.

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

Color convert

RGB606464-
CMYK0.06000.75
HSL180º3.23%24.31%-
HSV(B)180º6.25%25.1%-
XYZ4.6255.57-
YUV62.8128.67126-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.91%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=31.91%
G=34.04%
B=34.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6064640.06000.751803.2324.31
Hex3C40406004Bb4318
Octal74100100600113264330
Binary11110010000001000000110001001011101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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