#324040

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

Shades of Firefly #324040

Tints of Firefly #324040

Color information

#324040 (or 0x324040) is unknown color: approx Firefly. HEX triplet: 32, 40 and 40. RGB value is (50,64,64). Sum of RGB (Red+Green+Blue) = 50+64+64=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #324040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324040 is #CDBFBF. Grayscale: #3B3B3B. Windows color (decimal): -13483968 or 4210738. OLE color: 4210738.

HSL color Cylindrical-coordinate representation of color #324040: hue angle of 180º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #324040 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB506464-
CMYK0.22000.75
HSL180º12.28%22.35%-
HSV(B)180º21.88%25.1%-
XYZ4.074.725.55-
YUV59.81130.36121-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=28.09%
G=35.96%
B=35.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064640.22000.7518012.2822.35
Hex32404016004Bb4c16
Octal6210010026001132641426
Binary110010100000010000001011000100101110110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324040; }

 p { color: rgb(50,64,64); }

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

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

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

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

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

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

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