#414242

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

Shades of Firefly #414242

Tints of Firefly #414242

Color information

#414242 (or 0x414242) is unknown color: approx Firefly. HEX triplet: 41, 42 and 42. RGB value is (65,66,66). Sum of RGB (Red+Green+Blue) = 65+66+66=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #414242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414242 is #BEBDBD. Grayscale: #414141. Windows color (decimal): -12500414 or 4342337. OLE color: 4342337.

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

Color convert

RGB656666-
CMYK0.02000.74
HSL180º0.76%25.69%-
HSV(B)180º1.52%25.88%-
XYZ5.115.415.93-
YUV65.7128.17127.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=32.99%
G=33.50%
B=33.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566660.02000.741800.7625.69
Hex4142422004Ab411a
Octal101102102200112264132
Binary1000001100001010000101000100101010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414242; }

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

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

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

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

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

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

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

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