#344240

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

Shades of Firefly #344240

Tints of Firefly #344240

Color information

#344240 (or 0x344240) is unknown color: approx Firefly. HEX triplet: 34, 42 and 40. RGB value is (52,66,64). Sum of RGB (Red+Green+Blue) = 52+66+64=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 66 - color contains mainly: green. Hex color #344240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344240 is #CBBDBF. Grayscale: #3D3D3D. Windows color (decimal): -13352384 or 4211252. OLE color: 4211252.

HSL color Cylindrical-coordinate representation of color #344240: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #344240 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB526664-
CMYK0.2100.030.74
HSL171.43º11.86%23.14%-
HSV(B)171.43º21.21%25.88%-
XYZ4.2955.59-
YUV61.59129.36121.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=28.57%
G=36.26%
B=35.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266640.2100.030.74171.4311.8623.14
Hex34424015034Aabc17
Octal6410210025031122531427
Binary1101001000010100000010101011100101010101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344240; }

 p { color: rgb(52,66,64); }

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

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

 a { background-color: rgb(52,66,64); }

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

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

 span { border-color: rgb(52,66,64); }

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