#424343

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

Shades of Firefly #424343

Tints of Firefly #424343

Color information

#424343 (or 0x424343) is unknown color: approx Firefly. HEX triplet: 42, 43 and 43. RGB value is (66,67,67). Sum of RGB (Red+Green+Blue) = 66+67+67=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #424343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424343 is #BDBCBC. Grayscale: #424242. Windows color (decimal): -12434621 or 4408130. OLE color: 4408130.

HSL color Cylindrical-coordinate representation of color #424343: 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.01%. Process color model (Four color, CMYK) of #424343 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB666767-
CMYK0.01000.74
HSL180º0.75%26.08%-
HSV(B)180º1.49%26.27%-
XYZ5.275.586.11-
YUV66.7128.17127.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=33%
G=33.5%
B=33.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6667670.01000.741800.7526.08
Hex4243431004Ab411a
Octal102103103100112264132
Binary100001010000111000011100100101010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424343; }

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

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

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

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

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

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

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

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