#334240

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

Shades of Firefly #334240

Tints of Firefly #334240

Color information

#334240 (or 0x334240) is unknown color: approx Firefly. HEX triplet: 33, 42 and 40. RGB value is (51,66,64). Sum of RGB (Red+Green+Blue) = 51+66+64=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 66 - color contains mainly: green. Hex color #334240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334240 is #CCBDBF. Grayscale: #3D3D3D. Windows color (decimal): -13417920 or 4211251. OLE color: 4211251.

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

Color convert

RGB516664-
CMYK0.2300.030.74
HSL172º12.82%22.94%-
HSV(B)172º22.73%25.88%-
XYZ4.244.975.59-
YUV61.29129.53120.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=28.18%
G=36.46%
B=35.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166640.2300.030.7417212.8222.94
Hex33424017034Aacd17
Octal6310210027031122541527
Binary1100111000010100000010111011100101010101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334240; }

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

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

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

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

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

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

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

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