#343E3C

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

Shades of Firefly #343E3C

Tints of Firefly #343E3C

Color information

#343E3C (or 0x343E3C) is unknown color: approx Firefly. HEX triplet: 34, 3E and 3C. RGB value is (52,62,60). Sum of RGB (Red+Green+Blue) = 52+62+60=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 62 - color contains mainly: green. Hex color #343E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E3C is #CBC1C3. Grayscale: #3A3A3A. Windows color (decimal): -13353412 or 3948084. OLE color: 3948084.

HSL color Cylindrical-coordinate representation of color #343E3C: hue angle of 168º 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 #343E3C is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB526260-
CMYK0.1600.030.76
HSL168º8.77%22.35%-
HSV(B)168º16.13%24.31%-
XYZ3.954.54.94-
YUV58.78128.69123.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=29.89%
G=35.63%
B=34.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262600.1600.030.761688.7722.35
Hex343E3C10034Ca8916
Octal64767420031142501126
Binary11010011111011110010000011100110010101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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