#3C4241

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

Shades of Firefly #3C4241

Tints of Firefly #3C4241

Color information

#3C4241 (or 0x3C4241) is unknown color: approx Firefly. HEX triplet: 3C, 42 and 41. RGB value is (60,66,65). Sum of RGB (Red+Green+Blue) = 60+66+65=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 66 - color contains mainly: green. Hex color #3C4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4241 is #C3BDBE. Grayscale: #404040. Windows color (decimal): -12828095 or 4276796. OLE color: 4276796.

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

Color convert

RGB606665-
CMYK0.0900.020.74
HSL170º4.76%24.71%-
HSV(B)170º9.09%25.88%-
XYZ4.775.245.76-
YUV64.09128.51125.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 65 (25.78% from 255) = 34.03%
R=31.41%
G=34.55%
B=34.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6066650.0900.020.741704.7624.71
Hex3C42419024Aaa519
Octal741021011102112252531
Binary11110010000101000001100101010010101010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,66,65); }

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

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

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

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

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

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

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