#343E3E

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

Shades of Firefly #343E3E

Tints of Firefly #343E3E

Color information

#343E3E (or 0x343E3E) is unknown color: approx Firefly. HEX triplet: 34, 3E and 3E. RGB value is (52,62,62). Sum of RGB (Red+Green+Blue) = 52+62+62=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 62 - color contains mainly: green, blue. Hex color #343E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E3E is #CBC1C1. Grayscale: #3B3B3B. Windows color (decimal): -13353410 or 4079156. OLE color: 4079156.

HSL color Cylindrical-coordinate representation of color #343E3E: hue angle of 180º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #343E3E is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB526262-
CMYK0.16000.76
HSL180º8.77%22.35%-
HSV(B)180º16.13%24.31%-
XYZ4.014.525.22-
YUV59.01129.69123-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 62 (24.61% from 255) = 35.23%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=29.55%
G=35.23%
B=35.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262620.16000.761808.7722.35
Hex343E3E10004Cb4916
Octal64767620001142641126
Binary1101001111101111101000000100110010110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343E3E; }

 p { color: rgb(52,62,62); }

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

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

 a { background-color: rgb(52,62,62); }

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

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

 span { border-color: rgb(52,62,62); }

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