#344D48

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

Shades of Firefly #344D48

Tints of Firefly #344D48

Color information

#344D48 (or 0x344D48) is unknown color: approx Firefly. HEX triplet: 34, 4D and 48. RGB value is (52,77,72). Sum of RGB (Red+Green+Blue) = 52+77+72=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 77 - color contains mainly: green. Hex color #344D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D48 is #CBB2B7. Grayscale: #444444. Windows color (decimal): -13349560 or 4738356. OLE color: 4738356.

HSL color Cylindrical-coordinate representation of color #344D48: hue angle of 168º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344D48 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB527772-
CMYK0.3200.060.70
HSL168º19.38%25.29%-
HSV(B)168º32.47%30.2%-
XYZ5.246.517.11-
YUV68.96129.72115.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 77 (30.47% from 255) = 38.31%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=25.87%
G=38.31%
B=35.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5277720.3200.060.7016819.3825.29
Hex344D48200646a81319
Octal6411511040061062502331
Binary1101001001101100100010000001101000110101010001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344D48; }

 p { color: rgb(52,77,72); }

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

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

 a { background-color: rgb(52,77,72); }

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

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

 span { border-color: rgb(52,77,72); }

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