#324444

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

Shades of Firefly #324444

Tints of Firefly #324444

Color information

#324444 (or 0x324444) is unknown color: approx Firefly. HEX triplet: 32, 44 and 44. RGB value is (50,68,68). Sum of RGB (Red+Green+Blue) = 50+68+68=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #324444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324444 is #CDBBBB. Grayscale: #3E3E3E. Windows color (decimal): -13482940 or 4473906. OLE color: 4473906.

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

Color convert

RGB506868-
CMYK0.26000.73
HSL180º15.25%23.14%-
HSV(B)180º26.47%26.67%-
XYZ4.435.236.25-
YUV62.62131.04119-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=26.88%
G=36.56%
B=36.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5068680.26000.7318015.2523.14
Hex3244441A0049b4f17
Octal6210410432001112641727
Binary110010100010010001001101000100100110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324444; }

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

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

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

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

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

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

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

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