#343F3E

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

Shades of Firefly #343F3E

Tints of Firefly #343F3E

Color information

#343F3E (or 0x343F3E) is unknown color: approx Firefly. HEX triplet: 34, 3F and 3E. RGB value is (52,63,62). Sum of RGB (Red+Green+Blue) = 52+63+62=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 63 - color contains mainly: green. Hex color #343F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F3E is #CBC0C1. Grayscale: #3B3B3B. Windows color (decimal): -13353154 or 4079412. OLE color: 4079412.

HSL color Cylindrical-coordinate representation of color #343F3E: hue angle of 174.55º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #343F3E is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB526362-
CMYK0.1700.020.75
HSL174.55º9.57%22.55%-
HSV(B)174.55º17.46%24.71%-
XYZ4.064.635.24-
YUV59.6129.36122.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=29.38%
G=35.59%
B=35.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263620.1700.020.75174.559.5722.55
Hex343F3E11024Bafa17
Octal64777621021132571227
Binary11010011111111111010001010100101110101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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