#343E3D

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

Shades of Firefly #343E3D

Tints of Firefly #343E3D

Color information

#343E3D (or 0x343E3D) is unknown color: approx Firefly. HEX triplet: 34, 3E and 3D. RGB value is (52,62,61). Sum of RGB (Red+Green+Blue) = 52+62+61=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 62 - color contains mainly: green. Hex color #343E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E3D is #CBC1C2. Grayscale: #3A3A3A. Windows color (decimal): -13353411 or 4013620. OLE color: 4013620.

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

Color convert

RGB526261-
CMYK0.1600.020.76
HSL174º8.77%22.35%-
HSV(B)174º16.13%24.31%-
XYZ3.984.515.08-
YUV58.9129.19123.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=29.71%
G=35.43%
B=34.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262610.1600.020.761748.7722.35
Hex343E3D10024Cae916
Octal64767520021142561126
Binary11010011111011110110000010100110010101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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