#324545

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

Shades of Firefly #324545

Tints of Firefly #324545

Color information

#324545 (or 0x324545) is unknown color: approx Firefly. HEX triplet: 32, 45 and 45. RGB value is (50,69,69). Sum of RGB (Red+Green+Blue) = 50+69+69=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #324545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324545 is #CDBABA. Grayscale: #3F3F3F. Windows color (decimal): -13482683 or 4539698. OLE color: 4539698.

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

Color convert

RGB506969-
CMYK0.28000.73
HSL180º15.97%23.33%-
HSV(B)180º27.54%27.06%-
XYZ4.525.366.43-
YUV63.32131.21118.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=26.60%
G=36.70%
B=36.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069690.28000.7318015.9723.33
Hex3245451C0049b41017
Octal6210510534001112642027
Binary1100101000101100010111100001001001101101001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324545; }

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

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

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

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

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

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

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

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