#324646

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

Shades of Firefly #324646

Tints of Firefly #324646

Color information

#324646 (or 0x324646) is unknown color: approx Firefly. HEX triplet: 32, 46 and 46. RGB value is (50,70,70). Sum of RGB (Red+Green+Blue) = 50+70+70=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #324646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324646 is #CDB9B9. Grayscale: #404040. Windows color (decimal): -13482426 or 4605490. OLE color: 4605490.

HSL color Cylindrical-coordinate representation of color #324646: hue angle of 180º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #324646 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB507070-
CMYK0.29000.73
HSL180º16.67%23.53%-
HSV(B)180º28.57%27.45%-
XYZ4.615.56.61-
YUV64.02131.37118-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=26.32%
G=36.84%
B=36.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5070700.29000.7318016.6723.53
Hex3246461D0049b41118
Octal6210610635001112642130
Binary1100101000110100011011101001001001101101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324646; }

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

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

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

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

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

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

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

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