#3A4442

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

Shades of Firefly #3A4442

Tints of Firefly #3A4442

Color information

#3A4442 (or 0x3A4442) is unknown color: approx Firefly. HEX triplet: 3A, 44 and 42. RGB value is (58,68,66). Sum of RGB (Red+Green+Blue) = 58+68+66=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4442 is #C5BBBD. Grayscale: #404040. Windows color (decimal): -12958654 or 4342842. OLE color: 4342842.

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

Color convert

RGB586866-
CMYK0.1500.030.73
HSL168º7.94%24.71%-
HSV(B)168º14.71%26.67%-
XYZ4.85.435.95-
YUV64.78128.69123.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=30.21%
G=35.42%
B=34.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5868660.1500.030.731687.9424.71
Hex3A4442F0349a8819
Octal7210410217031112501031
Binary111010100010010000101111011100100110101000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,66); }

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

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

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

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

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

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

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