#344744

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

Shades of Firefly #344744

Tints of Firefly #344744

Color information

#344744 (or 0x344744) is unknown color: approx Firefly. HEX triplet: 34, 47 and 44. RGB value is (52,71,68). Sum of RGB (Red+Green+Blue) = 52+71+68=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 71 - color contains mainly: green. Hex color #344744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344744 is #CBB8BB. Grayscale: #404040. Windows color (decimal): -13351100 or 4474676. OLE color: 4474676.

HSL color Cylindrical-coordinate representation of color #344744: hue angle of 170.53º 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 #344744 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB527168-
CMYK0.2700.040.72
HSL170.53º15.45%24.12%-
HSV(B)170.53º26.76%27.84%-
XYZ4.715.656.31-
YUV64.98129.71118.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=27.23%
G=37.17%
B=35.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271680.2700.040.72170.5315.4524.12
Hex3447441B0448abf18
Octal6410710433041102531730
Binary11010010001111000100110110100100100010101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344744; }

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

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

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

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

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

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

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

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