#344745

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

Shades of Firefly #344745

Tints of Firefly #344745

Color information

#344745 (or 0x344745) is unknown color: approx Firefly. HEX triplet: 34, 47 and 45. RGB value is (52,71,69). Sum of RGB (Red+Green+Blue) = 52+71+69=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #344745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344745 is #CBB8BA. Grayscale: #414141. Windows color (decimal): -13351099 or 4540212. OLE color: 4540212.

HSL color Cylindrical-coordinate representation of color #344745: hue angle of 173.68º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #344745 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB527169-
CMYK0.2700.030.72
HSL173.68º15.45%24.12%-
HSV(B)173.68º26.76%27.84%-
XYZ4.745.676.47-
YUV65.09130.21118.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=27.08%
G=36.98%
B=35.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271690.2700.030.72173.6815.4524.12
Hex3447451B0348aef18
Octal6410710533031102561730
Binary1101001000111100010111011011100100010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344745; }

 p { color: rgb(52,71,69); }

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

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

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

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

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

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

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